mirror of
https://github.com/penpot/penpot.git
synced 2025-05-16 01:26:38 +02:00
🎨 Exit links to authentication page
This commit is contained in:
parent
b5af98d357
commit
e6e9f5160e
1 changed files with 1 additions and 1 deletions
|
@ -45,6 +45,6 @@
|
||||||
[:li {:class (when notifications? "current")}
|
[:li {:class (when notifications? "current")}
|
||||||
(header-link :settings/notifications (tr "settings.notifications"))]
|
(header-link :settings/notifications (tr "settings.notifications"))]
|
||||||
[:li {:on-click #(st/emit! (da/logout))}
|
[:li {:on-click #(st/emit! (da/logout))}
|
||||||
(header-link :settings/profile (tr "settings.exit"))]]
|
(header-link :auth/login (tr "settings.exit"))]]
|
||||||
(user)]))
|
(user)]))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue