grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
50
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 9f986b59469fc9a5af156e4d52d441a3dc88583e 4 lines 139 B view raw
1export async function copyToClipboard(link: string) { 2 await navigator.clipboard.writeText(link); 3 alert("Link copied to clipboard!"); 4}