mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 10:31:40 +02:00
✨ Fix UI icons
This commit is contained in:
parent
1823ecda40
commit
75b34c9b98
3 changed files with 2 additions and 5 deletions
|
@ -393,18 +393,15 @@
|
|||
[:li.recent-projects
|
||||
{:on-click go-projects
|
||||
:class-name (when projects? "current")}
|
||||
i/recent
|
||||
[:span.element-title (t locale "labels.projects")]]
|
||||
|
||||
[:li {:on-click go-drafts
|
||||
:class-name (when drafts? "current")}
|
||||
i/file-html
|
||||
[:span.element-title (t locale "labels.drafts")]]
|
||||
|
||||
|
||||
[:li {:on-click go-libs
|
||||
:class-name (when libs? "current")}
|
||||
i/library
|
||||
[:span.element-title (t locale "labels.shared-libraries")]]]]
|
||||
|
||||
[:hr]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue