mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 22:49:30 +00:00
🎨 Exit links to authentication page
This commit is contained in:
parent
b5af98d357
commit
e6e9f5160e
@ -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…
x
Reference in New Issue
Block a user