0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🐛 Don't define constant on presence ns.

This commit is contained in:
Andrey Antukh 2020-05-05 13:35:20 +02:00 committed by Alonso Torres
parent c97b119998
commit acd646bcdf

View file

@ -14,7 +14,7 @@
[uxbox.main.store :as st]
[uxbox.util.router :as rt]))
(def ^:const pointer-icon-path
(def pointer-icon-path
(str "M5.292 4.027L1.524.26l-.05-.01L0 0l.258 1.524 3.769 3.768zm-.45 "
"0l-.313.314L1.139.95l.314-.314zm-.5.5l-.315.316-3.39-3.39.315-.315 "
"3.39 3.39zM1.192.526l-.668.667L.431.646.64.43l.552.094z"))