Update 1.js
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ container.addEventListener("click", () => {
|
|||||||
|
|
||||||
function showNotification() {
|
function showNotification() {
|
||||||
const notification = document.createElement("div");
|
const notification = document.createElement("div");
|
||||||
notification.innerText = "🤫 Bir şeyler kopyalandı ama sessiz ol...";
|
notification.innerText = "🤫 Copied to Clipboard";
|
||||||
notification.style.position = "fixed";
|
notification.style.position = "fixed";
|
||||||
notification.style.bottom = "-60px"; // İlk başta aşağıda
|
notification.style.bottom = "-60px"; // İlk başta aşağıda
|
||||||
notification.style.left = "50%";
|
notification.style.left = "50%";
|
||||||
|
|||||||
Reference in New Issue
Block a user