Go Back Our culture SHARE Share this service $dispatch('notify', { message: 'Link copied to clipboard' })) .catch(err => console.error('Clipboard write failed', err)); } else { let tempInput = document.createElement('input'); tempInput.value = window.location.href; document.body.appendChild(tempInput); tempInput.select(); document.execCommand('copy'); document.body.removeChild(tempInput); $dispatch('notify', { message: 'Link copied to clipboard (fallback method)' }); }" class="btn secondary outlined justify-start items-center w-full"> Copy Link