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:
parent
97d49e53b7
commit
020625392a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue