mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
🐛 Set proper style to settings header.
This commit is contained in:
parent
d914ab1390
commit
174952430e
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue