mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 04:46:11 +02:00
🐛 Fix some visual issues in dashboard
This commit is contained in:
parent
fc29e8fb6b
commit
4d3142e826
4 changed files with 5 additions and 16 deletions
|
@ -56,7 +56,7 @@
|
|||
[:header.dashboard-header
|
||||
(if (:is-default project)
|
||||
[:div.dashboard-title
|
||||
[:h1 (t locale "dashboard.draft-title")]]
|
||||
[:h1 (t locale "labels.drafts")]]
|
||||
|
||||
(if (:edition @local)
|
||||
[:& inline-edition {:content (:name project)
|
||||
|
|
|
@ -129,7 +129,9 @@
|
|||
:on-end on-edit}]
|
||||
[:h2 {:on-click on-nav
|
||||
:on-context-menu on-menu-click}
|
||||
(:name project)])
|
||||
(if (:is-default project)
|
||||
(tr "labels.drafts")
|
||||
(:name project))])
|
||||
[:& project-menu {:project project
|
||||
:show? (:menu-open @local)
|
||||
:left (:x (:menu-pos @local))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue