From 5b56f2427de4fc33f4d6eb3ed9fd4fad79f4c4c1 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Wed, 28 Feb 2024 21:30:52 -0500 Subject: [PATCH] Reduce cat possiblity --- 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 e93c0631..059f7f2d 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -198,7 +198,7 @@ function ParticlesCanvas() { } // Kitty easter egg - const shouldShowCat = Math.floor(Math.random() * 52) > 45; + const shouldShowCat = Math.floor(Math.random() * 51) > 45; if (shouldShowCat) { imageOverride = [ {