0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

🐛 Fix wrong reference to component.

This commit is contained in:
Andrey Antukh 2020-01-08 11:12:59 +01:00
parent 97d49e53b7
commit 020625392a

View file

@ -85,7 +85,7 @@
(mf/defc grid-item-thumbnail
[{:keys [file] :as props}]
[:div.grid-item-th
[:& exports/page-svg2 {:data (:data file)
[:& exports/page-svg {:data (:data file)
:width "290"
:height "150"}]])