From 177fd8c43a997af7af729de276a9c4adccadb2e5 Mon Sep 17 00:00:00 2001 From: Lucca Date: Tue, 12 Nov 2024 22:48:28 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=94=A5=20remove=20quest=20log=20a?= =?UTF-8?q?lert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Utils/SiteAlert.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Utils/SiteAlert.tsx b/components/Utils/SiteAlert.tsx index 3d2e9f3..c69d136 100644 --- a/components/Utils/SiteAlert.tsx +++ b/components/Utils/SiteAlert.tsx @@ -126,7 +126,7 @@ export const SiteAlert = () => { const getAlert = () => { const todayNST = getDateNST(); - if (todayNST.getTime() < 1732028400000) return alerts.weeklyQuests; + // if (todayNST.getTime() < 1732028400000) return alerts.weeklyQuests; if (todayNST.getDate() === 3) return alerts.hpd; else if (todayNST.getMonth() === 4 && todayNST.getDate() === 12) return alerts.tyrannia;