mirror of
https://github.com/penpot/penpot.git
synced 2025-04-05 11:31:35 -05:00
Disable elements from the dashbaord header.
This commit is contained in:
parent
e4ba3ac66b
commit
1fa3e55e89
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
[:ul.main-nav
|
||||
[:li {:class (when projects? "current")}
|
||||
(header-link :dashboard/projects (tr "ds.projects"))]
|
||||
[:li {:class (when elements? "current")}
|
||||
#_[:li {:class (when elements? "current")}
|
||||
(header-link :dashboard/elements (tr "ds.elements"))]
|
||||
[:li {:class (when icons? "current")}
|
||||
(header-link :dashboard/icons (tr "ds.icons"))]
|
||||
|
|
Loading…
Add table
Reference in a new issue