0
Fork 0
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:
Andrey Antukh 2016-07-31 15:11:29 +03:00
parent 5715e11d8f
commit 675f04ff9c
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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)]]])))