mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
✨ Add header link to exit in user settings
This commit is contained in:
parent
d8838d3fc9
commit
5c0ec6f7c1
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue