mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 06:16:11 +02:00
🎉 Add a/b test for onboarding questions
This commit is contained in:
parent
e83c90203e
commit
98038b10a0
9 changed files with 195 additions and 168 deletions
|
@ -287,9 +287,11 @@
|
|||
(modal/show! {:type :onboarding-team})
|
||||
|
||||
:else
|
||||
(modal/hide!)))))]
|
||||
(modal/hide!)))))
|
||||
onboarding-a-b-test? (cf/external-feature-flag "signup-background" "test")]
|
||||
|
||||
[:div {:class (stl/css :modal-overlay)}
|
||||
[:div {:class (stl/css-case :modal-overlay true
|
||||
:onboarding-a-b-test onboarding-a-b-test?)}
|
||||
[:div {:class (stl/css :modal-container)
|
||||
:ref container}
|
||||
(case @step
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue