diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx index 90062d0b..7c7eee13 100644 --- a/cloud/app/src/routes/index.tsx +++ b/cloud/app/src/routes/index.tsx @@ -22,7 +22,6 @@ export default function Home() { for (const button of commands) { const callback = () => { const text = button.textContent - alert(text) if (text) { navigator.clipboard.writeText(text) button.setAttribute("data-copied", "")