Skip to content

Commit

Permalink
feat: 🔥 remove quest log alert
Browse files Browse the repository at this point in the history
  • Loading branch information
lucca180 committed Nov 13, 2024
1 parent ac70cee commit 177fd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Utils/SiteAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 177fd8c

Please sign in to comment.