Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-self authored Nov 28, 2024
1 parent a819a8b commit 12ba908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
navigator.clipboard
.writeText(fullCommand.trim())
.then(() => {
showToast("Ready! Paste in terminal to launch!");
showToast("copied!");
})
.catch((err) => {
console.error("Failed to copy command:", err);
Expand Down

0 comments on commit 12ba908

Please sign in to comment.