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 = () => { -