update build

This commit is contained in:
Michiel Borkent 2022-08-15 14:35:40 +02:00
parent 4d26d58149
commit a489369022
6 changed files with 2014 additions and 2019 deletions

View file

@ -134,6 +134,7 @@
[:br]
[(fn []
[:a {:href (str "?name=" (js/encodeURIComponent @*bookmark-name)
"&code=" (js/encodeURIComponent @*code))} "Copy this link to share ⤴️"])]]))
"&code=" (js/encodeURIComponent @*code)
" ")} "Copy this link to share ⤴️"])]]))
(rdom/render [workspace] (.getElementById js/document "app"))