Fix fix of bookmarklet share link (#37)

Related issue: https://github.com/babashka/scittle/issues/36
This commit is contained in:
Carnun Marcus-Page 2022-08-16 12:00:51 +01:00 committed by GitHub
parent a698bd4ed9
commit 25e9ea61af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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