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 = [ {