mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 14:01:38 +02:00
♻️ Rename all icon functions
This commit is contained in:
parent
5739c0797c
commit
ca7438aab5
100 changed files with 777 additions and 772 deletions
|
@ -54,7 +54,7 @@
|
|||
[:div {:class (stl/css :modal-header)}
|
||||
[:h2 {:class (stl/css :modal-title)} title]
|
||||
[:button {:class (stl/css :modal-close-btn)
|
||||
:on-click accept-fn} i/close-refactor]]
|
||||
:on-click accept-fn} i/close]]
|
||||
|
||||
[:div {:class (stl/css :modal-content)}
|
||||
(when (and (string? message) (not= message ""))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue