From 207525a01743ca9b12fe96d7c5342f611922da26 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Thu, 29 Feb 2024 09:37:07 -0500 Subject: [PATCH] reduce santa easter egg possibilty --- 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 a707531c..b3119791 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -154,7 +154,7 @@ function ParticlesCanvas() { const day = date.getDate(); if ( (month === 11 && day >= 24 && day <= 26) || - Math.floor(Math.random() * 380) > 40 + Math.floor(Math.random() * 38) > 40 ) { imageOverride = [ {