export function CopyLink() { navigator.clipboard.writeText(window.location.href); }