0
Fork 0
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:
Andrey Antukh 2016-01-17 23:33:05 +02:00
parent 3b687be9b4
commit 68c153ac5d

View file

@ -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]