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%";