URL copied to clipboard!
{
copied = true;
setTimeout(() => { copied = false; }, 3000);
})
.catch(e => console.error('Copy failed', e));
} else {
console.error('Clipboard not available');
}"
class="text-blue-400">
Share this dilemma