From f40feed1901a493c72297f7a686b5c1856c9a6d2 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 15 Aug 2025 19:50:46 -0400 Subject: wip: cloud --- cloud/app/src/routes/index.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'cloud') diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx index 90062d0b5..7c7eee13d 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", "") -- cgit v1.2.3