mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 17:00:36 -05:00
Use render-svg on render icons on the library.
This commit is contained in:
parent
3b687be9b4
commit
68c153ac5d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue