From c4a49353348a69454525487aca7bc0d51cb3f906 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:17:26 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JAVASCRIPT/1.js b/JAVASCRIPT/1.js index cc3cc53..27f13c9 100644 --- a/JAVASCRIPT/1.js +++ b/JAVASCRIPT/1.js @@ -16,7 +16,7 @@ container.addEventListener("click", () => { function showNotification() { const notification = document.createElement("div"); - notification.innerText = "🤫 Copied to Clipboard"; + notification.innerText = "Copied to Clipboard"; notification.style.position = "fixed"; notification.style.bottom = "-60px"; // İlk başta aşağıda notification.style.left = "50%";