0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

🐛 Fix broken reference to icon.

This commit is contained in:
Andrey Antukh 2020-02-25 21:01:56 +01:00
parent 4c99280c4a
commit 9319520043

View file

@ -27,5 +27,5 @@
:on-click (partial on-click page-id)
:id (str "page-" page-id)
:key page-id}
[:div.page-icon i/page]
[:div.page-icon i/file-html]
[:span (:name page)]]))]]))