Skip to content

Commit f40feed

Browse files
committed
wip: cloud
1 parent 6bbc4cc commit f40feed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cloud/app/src/routes/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export default function Home() {
2222
for (const button of commands) {
2323
const callback = () => {
2424
const text = button.textContent
25-
alert(text)
2625
if (text) {
2726
navigator.clipboard.writeText(text)
2827
button.setAttribute("data-copied", "")

0 commit comments

Comments
 (0)