mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 21:59:10 +00:00
🐛 Set proper style to settings header.
This commit is contained in:
parent
d914ab1390
commit
174952430e
@ -25,7 +25,8 @@
|
||||
[{:keys [locale] :as props}]
|
||||
(let [logout (constantly nil)]
|
||||
[:header.dashboard-header
|
||||
[:h1.dashboard-title (t locale "dashboard.your-account-title")]
|
||||
[:div.dashboard-title
|
||||
[:h1 (t locale "dashboard.your-account-title")]]
|
||||
[:a.btn-secondary.btn-small {:on-click logout}
|
||||
(t locale "labels.logout")]]))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user