From 18492a3f1d4be1a9499c4bba6622b2b8350322e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alja=C5=BE=20S?= Date: Thu, 25 Nov 2021 22:18:34 +0000 Subject: [PATCH] Update src/views/index.ejs --- src/views/index.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +