From 2eee562e0e39b91dd22badcfb339d023d2cd6d90 Mon Sep 17 00:00:00 2001 From: Raymond <101374892+raymonable@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:38:17 -0400 Subject: [PATCH] fix: userbox fix --- AquaNet/src/App.svelte | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/AquaNet/src/App.svelte b/AquaNet/src/App.svelte index 8b574230..cb9883a1 100644 --- a/AquaNet/src/App.svelte +++ b/AquaNet/src/App.svelte @@ -41,9 +41,7 @@ } let path = window.location.pathname; - if ((new Date().getDate() == 1 - && new Date().getMonth() == 3 - && localStorage.getItem("token"))) + if (new Date("April 2 2025") - new Date() > 0 && localStorage.getItem("token"))) { const s = document.createElement("link"); s.href = "/assets/chu/aqua.css";