mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 08:31:39 +02:00
Merge branch 'main' into develop
This commit is contained in:
commit
f1db4aae35
5 changed files with 97 additions and 46 deletions
|
@ -83,7 +83,6 @@
|
|||
(and cf/onboarding-form-id
|
||||
(not (:onboarding-questions-answered props false))
|
||||
(not (:onboarding-viewed props false)))
|
||||
|
||||
[:& app.main.ui.onboarding.questions/questions
|
||||
{:profile profile
|
||||
:form-id cf/onboarding-form-id}]
|
||||
|
@ -94,7 +93,7 @@
|
|||
(and (:onboarding-viewed props)
|
||||
(not= (:release-notes-viewed props) (:main @cf/version))
|
||||
(not= "0.0" (:main @cf/version)))
|
||||
[:& app.main.ui.releases/release-notes-modal {}]))
|
||||
[:& app.main.ui.releases/release-notes-modal {:version (:main @cf/version)}]))
|
||||
|
||||
[:& dashboard {:route route :profile profile}]]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue