mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
💚 🚧 Fix icons collections init
This commit is contained in:
parent
f42563f3dd
commit
d16aab44f2
1 changed files with 1 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
[uxbox.library.icons.material.toggle :as md-toggle]
|
||||
))
|
||||
|
||||
(def collections-list
|
||||
(def collections
|
||||
[{:name "Material design (actions)"
|
||||
:id #uuid "00000000-0000-0000-0000-100000000001"
|
||||
:created-at 1
|
||||
|
@ -99,6 +99,3 @@
|
|||
:created-at 15
|
||||
:type :builtin
|
||||
:icons md-toggle/+icons+}])
|
||||
|
||||
(def collections
|
||||
(index-by collections-list :id))
|
||||
|
|
Loading…
Reference in a new issue