mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-26 08:11:53 +01:00
Important update
This commit is contained in:
parent
0ef33ccd44
commit
a59668f46c
@ -160,7 +160,7 @@ function ParticlesCanvas() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Fish easter egg
|
// Fish easter egg
|
||||||
const shouldShowFishie = Math.floor(Math.random() * 600) === 1;
|
const shouldShowFishie = Math.floor(Math.random() * 600) === 69;
|
||||||
if (shouldShowFishie) {
|
if (shouldShowFishie) {
|
||||||
imageOverride = [
|
imageOverride = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user