Skip to content

Commit

Permalink
fix embed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
yuimarudev committed Aug 3, 2023
1 parent 9b4bfd0 commit e43198d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
destination = "(" + destination + ")";
if (embed.enabled) {
destination += ` [_ \ufe0e _](${
destination += `[\ufe0e](${
location.href +
"embed?" +
new URLSearchParams({
Expand Down

0 comments on commit e43198d

Please sign in to comment.