web: give the pig a hat during STUDiO 2026

This commit is contained in:
2026-08-03 00:50:34 +02:00
parent 848829f3b9
commit eabcd47bfd
+5 -5
View File
@@ -53,12 +53,12 @@ export const Header = () => {
// let's add a santa hat during December // let's add a santa hat during December
const isChristmas = new Date().getMonth() === 11; const isChristmas = new Date().getMonth() === 11;
// let's add the student hat during grisefestuka // let's add the student hat during STUDiO 2026
const pigWearsHat = const pigWearsHat =
new Date().getFullYear() === 2025 && new Date().getFullYear() === 2026 &&
new Date().getMonth() === 9 && new Date().getMonth() === 7 &&
new Date().getDate() >= 6 && new Date().getDate() >= 10 &&
new Date().getDate() <= 12; new Date().getDate() <= 16;
return ( return (
<> <>