diff --git a/src/lib/components/MermaidChartIcon.svelte b/src/lib/components/MermaidChartIcon.svelte
index 98c54110..007128c3 100644
--- a/src/lib/components/MermaidChartIcon.svelte
+++ b/src/lib/components/MermaidChartIcon.svelte
@@ -1,7 +1,8 @@
-
+
diff --git a/src/lib/components/Share.svelte b/src/lib/components/Share.svelte
index 2595900c..17b56844 100644
--- a/src/lib/components/Share.svelte
+++ b/src/lib/components/Share.svelte
@@ -4,6 +4,7 @@
import { Separator } from '$/components/ui/separator';
import { env } from '$/util/env';
import { urlsStore } from '$/util/state';
+ import { asset } from '$app/paths';
import ShareIcon from '~icons/material-symbols/share';
import CopyInput from './CopyInput.svelte';
import MermaidChartIcon from './MermaidChartIcon.svelte';
@@ -22,7 +23,7 @@