mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 07:42:22 +00:00
Oops :3
This commit is contained in:
parent
8e0f385024
commit
4caada49a4
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ function ParticlesCanvas() {
|
||||||
const date = new Date();
|
const date = new Date();
|
||||||
const month = date.getMonth();
|
const month = date.getMonth();
|
||||||
const day = date.getDate();
|
const day = date.getDate();
|
||||||
if (month === 11 && day >= 12 && day <= 26) {
|
if (month === 11 && day >= 24 && day <= 26) {
|
||||||
imageOverride = [
|
imageOverride = [
|
||||||
{
|
{
|
||||||
image: "/lightbar-images/snowflake.svg",
|
image: "/lightbar-images/snowflake.svg",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue