summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-15 19:50:46 -0400
committerDax Raad <[email protected]>2025-08-15 19:50:46 -0400
commitf40feed1901a493c72297f7a686b5c1856c9a6d2 (patch)
treeedc931e4b1e4ab5b51dd36167248775564d3bbb1 /cloud
parent6bbc4cca92dd53f284112fed8711bacb5d4f7534 (diff)
downloadopencode-f40feed1901a493c72297f7a686b5c1856c9a6d2.tar.gz
opencode-f40feed1901a493c72297f7a686b5c1856c9a6d2.zip
wip: cloud
Diffstat (limited to 'cloud')
-rw-r--r--cloud/app/src/routes/index.tsx1
1 files changed, 0 insertions, 1 deletions
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", "")