a tool for shared writing and social publishing

Merge pull request #266 from hacdias/fix/share-copy-post-link

fix: copy post link button

authored by schlage.town and committed by

GitHub b4cb93e6 ee0c9aab

+1 -1
+1 -1
components/InteractionsPreview.tsx
··· 77 77 let mouseY = e.clientY; 78 78 79 79 if (!props.postUrl) return; 80 - navigator.clipboard.writeText(`leaflet.pub${props.postUrl}`); 80 + navigator.clipboard.writeText(props.postUrl); 81 81 82 82 smoker({ 83 83 text: <strong>Copied Link!</strong>,