mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 22:08:12 +00:00
chore: adjusted christmas dates
This commit is contained in:
@@ -111,7 +111,7 @@ export default defineComponent({
|
|||||||
isChristmas() {
|
isChristmas() {
|
||||||
const date = new Date();
|
const date = new Date();
|
||||||
|
|
||||||
return date.getUTCMonth() == 11 && date.getUTCDate() >= 24 && date.getUTCDate() <= 26;
|
return date.getUTCMonth() == 11 && date.getUTCDate() >= 20 && date.getUTCDate() <= 31;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user