mirror of
https://github.com/penpot/penpot.git
synced 2025-05-07 17:35:54 +02: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]
|
[uxbox.library.icons.material.toggle :as md-toggle]
|
||||||
))
|
))
|
||||||
|
|
||||||
(def collections-list
|
(def collections
|
||||||
[{:name "Material design (actions)"
|
[{:name "Material design (actions)"
|
||||||
:id #uuid "00000000-0000-0000-0000-100000000001"
|
:id #uuid "00000000-0000-0000-0000-100000000001"
|
||||||
:created-at 1
|
:created-at 1
|
||||||
|
@ -99,6 +99,3 @@
|
||||||
:created-at 15
|
:created-at 15
|
||||||
:type :builtin
|
:type :builtin
|
||||||
:icons md-toggle/+icons+}])
|
:icons md-toggle/+icons+}])
|
||||||
|
|
||||||
(def collections
|
|
||||||
(index-by collections-list :id))
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue