update build

This commit is contained in:
Michiel Borkent 2022-08-16 13:01:39 +02:00
parent a489369022
commit eb52c7cc81

View file

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