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",