From 5ac3c71ff0851b9dd079a05f1e69223a2cf289ba Mon Sep 17 00:00:00 2001 From: Jonas Braathen Date: Wed, 20 May 2026 00:39:54 +0200 Subject: [PATCH] web: disable hidden NeonChillPig --- web/src/components/layout/Footer.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/src/components/layout/Footer.tsx b/web/src/components/layout/Footer.tsx index 4e78625..77436c4 100644 --- a/web/src/components/layout/Footer.tsx +++ b/web/src/components/layout/Footer.tsx @@ -1,12 +1,12 @@ -import Link from "next/link"; -import styles from "./footer.module.scss"; -import { NeonChillPig } from "../general/pigs/fun/NeonChillPig"; -import { PigPattern } from "./PigPattern"; -import { Icon } from "../general/Icon"; import { getOpeningHours, getTodaysOpeningHoursForFunction, } from "@/lib/openinghours"; +import Link from "next/link"; +import { Icon } from "../general/Icon"; +// import { NeonChillPig } from "../general/pigs/fun/NeonChillPig"; +import styles from "./footer.module.scss"; +import { PigPattern } from "./PigPattern"; async function OpeningHoursTable() { const allOpeningHours = await getOpeningHours(); @@ -141,9 +141,9 @@ export const Footer = () => { -
+ {/*
-
+
*/}