Fix UI icons

This commit is contained in:
elhombretecla 2020-11-05 09:07:17 +01:00
parent 1823ecda40
commit 75b34c9b98
3 changed files with 2 additions and 5 deletions

View file

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