mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 00:01:51 -05:00
💄 Cosmetic changes on app component.
This commit is contained in:
parent
4954bfdf76
commit
1fa9faa314
1 changed files with 2 additions and 3 deletions
|
@ -89,9 +89,8 @@
|
|||
|
||||
(mf/defc app
|
||||
[props]
|
||||
(let [route (mf/deref route-iref)
|
||||
route-id (get-in route [:data :name])]
|
||||
(case route-id
|
||||
(let [route (mf/deref route-iref)]
|
||||
(case (get-in route [:data :name])
|
||||
:auth/login (mf/element auth/login-page)
|
||||
:auth/register (auth/register-page)
|
||||
:auth/recovery-request (auth/recovery-request-page)
|
||||
|
|
Loading…
Add table
Reference in a new issue