mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fix wrong reference to component.
This commit is contained in:
parent
97d49e53b7
commit
020625392a
@ -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"}]])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user