reduce cat change again

This commit is contained in:
Cooper Ransom 2024-02-29 23:35:34 -05:00
parent df3f5c7837
commit da73c05764
1 changed files with 1 additions and 1 deletions

View File

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