mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 02:05:09 +01:00
Merge pull request #565 from blackvid/fish-patch
Improved fish generation
This commit is contained in:
commit
66001a16bc
@ -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 New Issue
Block a user