From da73c05764c57df45c9948cbd9e484313bfa357f Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Thu, 29 Feb 2024 23:35:34 -0500 Subject: [PATCH] reduce cat change again --- 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 65683dd7..92a9dbc2 100644 --- a/src/components/utils/Lightbar.tsx +++ b/src/components/utils/Lightbar.tsx @@ -221,7 +221,7 @@ function ParticlesCanvas() { } // Kitty easter egg - const shouldShowCat = Math.floor(Math.random() * 100) < 18; + const shouldShowCat = Math.floor(Math.random() * 75) < 18; if (shouldShowCat) { imageOverride = [ {