From eabcd47bfd0be28d4fa0f2d9b2e0d74df242f474 Mon Sep 17 00:00:00 2001 From: Jonas Braathen Date: Mon, 3 Aug 2026 00:50:34 +0200 Subject: [PATCH] web: give the pig a hat during STUDiO 2026 --- web/src/components/layout/Header.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/components/layout/Header.tsx b/web/src/components/layout/Header.tsx index e480f73..77dc93b 100644 --- a/web/src/components/layout/Header.tsx +++ b/web/src/components/layout/Header.tsx @@ -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 ( <>