From 049a91cb2b157db7e1fc7e322512889d294c24e1 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Sat, 20 Apr 2024 00:07:10 -0400 Subject: [PATCH] 4/20 update ! --- 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 0e46b64d..5ff0eb6e 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -195,7 +195,7 @@ function ParticlesCanvas() { imageParticleCount = particleCount * 0.075; break; - case (month === 4 && day === 20) || Math.random() < 0.25: + case month + 1 === 4 && day === 20: imageOverride = [ { image: "/lightbar-images/weed.png",