0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-01 17:41:50 -05:00

Merge pull request #5070 from penpot/superalex-fix-onboarding

🐛 Fix onboarding questions
This commit is contained in:
Aitor Moreno 2024-09-09 10:19:03 +02:00 committed by GitHub
commit 860e32d965
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -217,9 +217,9 @@
[:team-size
[:enum "more-than-50" "31-50" "11-30" "2-10" "freelancer" "personal-project"]]
[:role
[:enum "designer" "developer" "student-teacher" "graphic-design" "marketing" "manager" "other"]]
[:enum "ux" "developer" "student-teacher" "designer" "marketing" "manager" "other"]]
[:responsability
[:enum "team-leader" "team-member" "freelancer" "ceo-founder" "director" "student-teacher" "other"]]
[:enum "team-leader" "team-member" "freelancer" "ceo-founder" "director" "other"]]
[:role-other {:optional true} [::sm/text {:max 512}]]
[:responsability-other {:optional true} [::sm/text {:max 512}]]]