mirror of
https://github.com/penpot/penpot.git
synced 2025-05-14 23:16:37 +02:00
🚧 More work on dashboard base model refactor (frontend).
This commit is contained in:
parent
932d5bb004
commit
9bb5be306f
16 changed files with 563 additions and 522 deletions
|
@ -49,7 +49,7 @@
|
|||
|
||||
(cond
|
||||
(and (= path "") (:auth storage))
|
||||
(st/emit! (rt/nav :dashboard/projects))
|
||||
(st/emit! (rt/nav :dashboard-projects))
|
||||
|
||||
(and (= path "") (not (:auth storage)))
|
||||
(st/emit! (rt/nav :auth/login))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue