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 {
|
import {
|
||||||
getOpeningHours,
|
getOpeningHours,
|
||||||
getTodaysOpeningHoursForFunction,
|
getTodaysOpeningHoursForFunction,
|
||||||
} from "@/lib/openinghours";
|
} 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() {
|
async function OpeningHoursTable() {
|
||||||
const allOpeningHours = await getOpeningHours();
|
const allOpeningHours = await getOpeningHours();
|
||||||
@@ -141,9 +141,9 @@ export const Footer = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.pig}>
|
{/* <div className={styles.pig}>
|
||||||
<NeonChillPig />
|
<NeonChillPig />
|
||||||
</div>
|
</div> */}
|
||||||
</footer>
|
</footer>
|
||||||
<PigPattern />
|
<PigPattern />
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user