mirror of
https://github.com/penpot/penpot.git
synced 2026-08-07 21:38:48 +00:00
Use render-svg on render icons on the library.
This commit is contained in:
parent
3b687be9b4
commit
68c153ac5d
@ -111,7 +111,7 @@
|
|||||||
[:div.dashboard-grid-content
|
[:div.dashboard-grid-content
|
||||||
(for [icon (:icons coll)]
|
(for [icon (:icons coll)]
|
||||||
[:div.grid-item.small-item.project-th {}
|
[:div.grid-item.small-item.project-th {}
|
||||||
[:span.grid-item-image #_i/toggle (shapes/render icon)]
|
[:span.grid-item-image #_i/toggle (shapes/-render-svg icon nil)]
|
||||||
[:h3 (:name icon)]
|
[:h3 (:name icon)]
|
||||||
#_[:div.project-th-actions
|
#_[:div.project-th-actions
|
||||||
[:div.project-th-icon.edit i/pencil]
|
[:div.project-th-icon.edit i/pencil]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user