Fix kitty easter egg chances

This commit is contained in:
Cooper Ransom 2024-02-28 00:30:11 -05:00
parent 341c253d6e
commit d7e20c81b7
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ function ParticlesCanvas() {
}
// Kitty easter egg
const shouldShowCat = Math.floor(Math.random() * 90) > 50;
const shouldShowCat = Math.floor(Math.random() * 83) > 50;
if (shouldShowCat) {
imageOverride = [
{