Update star easter egg

This commit is contained in:
sudo-flix 2024-03-15 00:37:35 -04:00 committed by GitHub
parent c8c932ccce
commit d9ded30a86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -364,7 +364,7 @@ function ParticlesCanvas() {
}
// Star easter egg
const shouldShowStars = Math.random() < 0.9; // 20%
const shouldShowStars = Math.random() < 0.15; // 15%
if (shouldShowStars) {
imageOverride = [
{