From eb52c7cc81dd818abf7f9c9be7fb7f3bda8d565d Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 16 Aug 2022 13:01:39 +0200 Subject: [PATCH] update build --- cljs/bookmarklet.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cljs/bookmarklet.cljs b/cljs/bookmarklet.cljs index 6fbe791..69d2169 100644 --- a/cljs/bookmarklet.cljs +++ b/cljs/bookmarklet.cljs @@ -135,6 +135,6 @@ [(fn [] [:a {:href (str "?name=" (js/encodeURIComponent @*bookmark-name) "&code=" (js/encodeURIComponent @*code) - " ")} "Copy this link to share ⤴️"])]])) + "%20")} "Copy this link to share ⤴️"])]])) (rdom/render [workspace] (.getElementById js/document "app"))