web: give the pig a hat during STUDiO 2026
This commit is contained in:
@@ -53,12 +53,12 @@ export const Header = () => {
|
||||
// let's add a santa hat during December
|
||||
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 =
|
||||
new Date().getFullYear() === 2025 &&
|
||||
new Date().getMonth() === 9 &&
|
||||
new Date().getDate() >= 6 &&
|
||||
new Date().getDate() <= 12;
|
||||
new Date().getFullYear() === 2026 &&
|
||||
new Date().getMonth() === 7 &&
|
||||
new Date().getDate() >= 10 &&
|
||||
new Date().getDate() <= 16;
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user