diff --git a/src/views/index.ejs b/src/views/index.ejs index 49b2a3c..52f54a5 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -94,7 +94,7 @@ section div {
- +
@@ -133,7 +133,7 @@ function copyUrl () { copyBtn.innerText = "Copied!" copyBtn.classList.add("success") setTimeout(() => { - copyBtn.innerText = "Copy URL" + copyBtn.innerText = "Copy image URL" copyBtn.classList.remove("success") }, 750) @@ -142,7 +142,7 @@ function copyUrl () { copyBtn.innerText = "Failed!" copyBtn.classList.add("error") setTimeout(() => { - copyBtn.innerText = "Copy URL" + copyBtn.innerText = "Copy image URL" copyBtn.classList.remove("error") }, 750) @@ -308,4 +308,4 @@ function copyUrl () { - \ No newline at end of file +