Update 1.js

This commit is contained in:
FURK4NGG
2025-02-25 11:32:31 +03:00
committed by GitHub
parent bdfbaa7fea
commit f076f64fa7
+1 -1
View File
@@ -16,7 +16,7 @@ container.addEventListener("click", () => {
function showNotification() {
const notification = document.createElement("div");
notification.innerText = "Copied to Clipboard";
notification.innerText = "Panoya Kopyalandı";
notification.style.position = "fixed";
notification.style.bottom = "-60px"; // İlk başta aşağıda
notification.style.left = "50%";