mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 11:26:12 +02: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
|
(mf/defc app
|
||||||
[props]
|
[props]
|
||||||
(let [route (mf/deref route-iref)
|
(let [route (mf/deref route-iref)]
|
||||||
route-id (get-in route [:data :name])]
|
(case (get-in route [:data :name])
|
||||||
(case route-id
|
|
||||||
:auth/login (mf/element auth/login-page)
|
:auth/login (mf/element auth/login-page)
|
||||||
:auth/register (auth/register-page)
|
:auth/register (auth/register-page)
|
||||||
:auth/recovery-request (auth/recovery-request-page)
|
:auth/recovery-request (auth/recovery-request-page)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue