Skip to content

Commit

Permalink
Changed the text
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhil Mahesh authored Feb 2, 2024
1 parent 185a6e4 commit 18faee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function copyText(e) {
console.log(link)
try {
await navigator.clipboard.writeText(link)
alert("Copied the link: " + link)
alert("Copied the link")
} catch (err) {
console.error(err)
}
Expand Down

0 comments on commit 18faee3

Please sign in to comment.