mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 00:41:38 +02:00
🐛 Fix wrong reference to component.
This commit is contained in:
parent
97d49e53b7
commit
020625392a
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
||||||
(mf/defc grid-item-thumbnail
|
(mf/defc grid-item-thumbnail
|
||||||
[{:keys [file] :as props}]
|
[{:keys [file] :as props}]
|
||||||
[:div.grid-item-th
|
[:div.grid-item-th
|
||||||
[:& exports/page-svg2 {:data (:data file)
|
[:& exports/page-svg {:data (:data file)
|
||||||
:width "290"
|
:width "290"
|
||||||
:height "150"}]])
|
:height "150"}]])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue