0
Fork 0
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:
Andrey Antukh 2020-10-07 16:53:39 +02:00 committed by Alonso Torres
parent d914ab1390
commit 174952430e

View file

@ -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")]]))