mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 12:48:31 +00:00
✨ Add header link to exit in user settings
This commit is contained in:
parent
d8838d3fc9
commit
5c0ec6f7c1
@ -42,6 +42,8 @@
|
||||
[:li {:class (when password? "current")}
|
||||
(header-link :settings/password (tr "settings.password"))]
|
||||
[: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))}
|
||||
(header-link :settings/profile (tr "ds.user.exit"))]]
|
||||
(user)]))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user