Update 1.js

This commit is contained in:
FURK4NGG
2025-02-25 11:15:53 +03:00
committed by GitHub
parent 6bae5e6940
commit b0b2128928
+1 -1
View File
@@ -16,7 +16,7 @@ container.addEventListener("click", () => {
function showNotification() {
const notification = document.createElement("div");
notification.innerText = "🤫 Bir şeyler kopyalandı ama sessiz ol...";
notification.innerText = "🤫 Copied to Clipboard";
notification.style.position = "fixed";
notification.style.bottom = "-60px"; // İlk başta aşağıda
notification.style.left = "50%";