diff --git a/components/InteractionsPreview.tsx b/components/InteractionsPreview.tsx index c0b508ea..799c8663 100644 --- a/components/InteractionsPreview.tsx +++ b/components/InteractionsPreview.tsx @@ -77,7 +77,7 @@ export const InteractionPreview = (props: { let mouseY = e.clientY; if (!props.postUrl) return; - navigator.clipboard.writeText(`leaflet.pub${props.postUrl}`); + navigator.clipboard.writeText(props.postUrl); smoker({ text: Copied Link!,