mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 22:28:26 +02:00
Add the ability to render external svgs.
This commit is contained in:
parent
517b3f6db3
commit
75b3aaf2a6
3 changed files with 33 additions and 4 deletions
|
@ -151,7 +151,7 @@
|
|||
(for [icon (:icons coll)]
|
||||
[:div.grid-item.small-item.project-th {:key (str (:id icon))}
|
||||
[:span.grid-item-image #_i/toggle (shapes/render icon)]
|
||||
[:h3 "Custom icon"]
|
||||
[:h3 (:name icon)]
|
||||
#_[:div.project-th-actions
|
||||
[:div.project-th-icon.edit i/pencil]
|
||||
[:div.project-th-icon.delete i/trash]]])]]))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue