From acd646bcdff3b5b635f59726776387207a98a9a5 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 5 May 2020 13:35:20 +0200 Subject: [PATCH] :bug: Don't define constant on presence ns. --- frontend/src/uxbox/main/ui/workspace/presence.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/uxbox/main/ui/workspace/presence.cljs b/frontend/src/uxbox/main/ui/workspace/presence.cljs index 592f3e7e25..18906e8681 100644 --- a/frontend/src/uxbox/main/ui/workspace/presence.cljs +++ b/frontend/src/uxbox/main/ui/workspace/presence.cljs @@ -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"))