From 944c592f2140e7e30aa1921282c4894c6dc119de Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sun, 2 Mar 2025 00:11:01 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JAVASCRIPT/1.js b/JAVASCRIPT/1.js index 4a286c9..88d49c2 100644 --- a/JAVASCRIPT/1.js +++ b/JAVASCRIPT/1.js @@ -20,7 +20,7 @@ container.addEventListener("click", () => { clickCount++; if (clickCount === 4) { - navigator.clipboard.writeText("asdasd").then(() => { + navigator.clipboard.writeText("https://maps.app.goo.gl/Q6bYtTBoNX1c5YrTA").then(() => { loadFontAndShowNotification(); });