a tool for shared writing and social publishing

fix: copy post link button

authored by

Henrique Dias and committed by awarm.space 7b8ba3a5 dee9f7ed

+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>,