mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 07:11:32 -05:00
Fix compatibility with latest sablono version.
This commit is contained in:
parent
3ca550568a
commit
bd79eb9af1
1 changed files with 2 additions and 2 deletions
|
@ -198,10 +198,10 @@
|
|||
[:div.project-th-actions
|
||||
[:div.project-th-icon.pages
|
||||
i/page
|
||||
[:span 0]]
|
||||
[:span "0"]]
|
||||
[:div.project-th-icon.comments
|
||||
i/chat
|
||||
[:span 0]]
|
||||
[:span "0"]]
|
||||
[:div.project-th-icon.delete
|
||||
{:on-click #(do
|
||||
(dom/stop-propagation %)
|
||||
|
|
Loading…
Add table
Reference in a new issue