mirror of
https://github.com/penpot/penpot.git
synced 2025-02-26 08:45:34 -05:00
Fix typo on event handler attr on messages ns.
This commit is contained in:
parent
5715e11d8f
commit
675f04ff9c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
(html
|
||||
[:div.message {:class classes}
|
||||
[:div.message-body
|
||||
[:span.close {:on-clock close}
|
||||
[:span.close {:on-click close}
|
||||
i/close]
|
||||
[:span (:content message)]]])))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue