mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
Important update
This commit is contained in:
parent
0ef33ccd44
commit
a59668f46c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue