mirror of
https://github.com/penpot/penpot.git
synced 2025-06-14 10:01:38 +02: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)]
|
(let [logout (constantly nil)]
|
||||||
[:header.dashboard-header
|
[:header.dashboard-header
|
||||||
[:div.dashboard-title
|
[:div.dashboard-title
|
||||||
[:h1 (tr "dashboard.your-account-title")]]
|
[:h1 (tr "dashboard.your-account-title")]]]))
|
||||||
[:a.btn-secondary.btn-small {:on-click logout}
|
|
||||||
(tr "labels.logout")]]))
|
|
||||||
|
|
||||||
(mf/defc settings
|
(mf/defc settings
|
||||||
[{:keys [route] :as props}]
|
[{:keys [route] :as props}]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue