From 4caada49a4d807648702b874d2a424f2d1eacb07 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Thu, 14 Dec 2023 21:57:06 +0100 Subject: [PATCH] Oops :3 --- src/components/utils/Lightbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/utils/Lightbar.tsx b/src/components/utils/Lightbar.tsx index d50487b6..06eea927 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -146,7 +146,7 @@ function ParticlesCanvas() { const date = new Date(); const month = date.getMonth(); const day = date.getDate(); - if (month === 11 && day >= 12 && day <= 26) { + if (month === 11 && day >= 24 && day <= 26) { imageOverride = [ { image: "/lightbar-images/snowflake.svg",