Browse Source

Oops :3

pull/527/head
Jip Fr 2 years ago
parent
commit
4caada49a4
  1. 2
      src/components/utils/Lightbar.tsx

2
src/components/utils/Lightbar.tsx

@ -146,7 +146,7 @@ function ParticlesCanvas() { @@ -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…
Cancel
Save