mirror of
https://github.com/penpot/penpot.git
synced 2026-02-17 00:53:01 +00:00
💄 Cosmetic changes on app component.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user