web: disable hidden NeonChillPig
This commit is contained in:
@@ -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 = () => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles.pig}>
|
||||
{/* <div className={styles.pig}>
|
||||
<NeonChillPig />
|
||||
</div>
|
||||
</div> */}
|
||||
</footer>
|
||||
<PigPattern />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user