Update 1.js

This commit is contained in:
FURK4NGG
2025-02-25 11:17:26 +03:00
committed by GitHub
parent b0b2128928
commit c4a4935334
+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 = "Copied to Clipboard";
notification.style.position = "fixed";
notification.style.bottom = "-60px"; // İlk başta aşağıda
notification.style.left = "50%";