wip: cloud

This commit is contained in:
Dax Raad
2025-08-15 19:50:46 -04:00
parent 6bbc4cca92
commit f40feed190

View File

@@ -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", "")