Browse Source

Merge pull request #565 from blackvid/fish-patch

Improved fish generation
pull/571/head
mrjvs 2 years ago committed by GitHub
parent
commit
66001a16bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/utils/Lightbar.tsx

2
src/components/utils/Lightbar.tsx

@ -160,7 +160,7 @@ function ParticlesCanvas() { @@ -160,7 +160,7 @@ function ParticlesCanvas() {
}
// Fish easter egg
const shouldShowFishie = Math.floor(Math.random() * 600) === 1;
const shouldShowFishie = Math.floor(Math.random() * 600) === 69;
if (shouldShowFishie) {
imageOverride = [
{

Loading…
Cancel
Save