mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-23 23:21:11 +01:00
Oops :3
This commit is contained in:
parent
8e0f385024
commit
4caada49a4
@ -146,7 +146,7 @@ function ParticlesCanvas() {
|
||||
const date = new Date();
|
||||
const month = date.getMonth();
|
||||
const day = date.getDate();
|
||||
if (month === 11 && day >= 12 && day <= 26) {
|
||||
if (month === 11 && day >= 24 && day <= 26) {
|
||||
imageOverride = [
|
||||
{
|
||||
image: "/lightbar-images/snowflake.svg",
|
||||
|
Loading…
x
Reference in New Issue
Block a user