mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
fix: remove top right button in settings. #1123
This commit is contained in:
parent
3fbd73129e
commit
0b698576da
1 changed files with 1 additions and 3 deletions
|
@ -23,9 +23,7 @@
|
|||
(let [logout (constantly nil)]
|
||||
[:header.dashboard-header
|
||||
[:div.dashboard-title
|
||||
[:h1 (tr "dashboard.your-account-title")]]
|
||||
[:a.btn-secondary.btn-small {:on-click logout}
|
||||
(tr "labels.logout")]]))
|
||||
[:h1 (tr "dashboard.your-account-title")]]]))
|
||||
|
||||
(mf/defc settings
|
||||
[{:keys [route] :as props}]
|
||||
|
|
Loading…
Add table
Reference in a new issue