merge + remove underlines in search results

This commit is contained in:
2024-08-09 19:23:52 +02:00
parent 344c8745d6
commit 468ea00427
18 changed files with 65 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ import Link from "next/link";
import styles from "./footer.module.scss";
import { NeonChillPig } from "../general/pigs/fun/NeonChillPig";
import { ToTop } from "./ToTop";
import Icon from "../general/Icon";
import { Icon } from "../general/Icon";
import {
getOpeningHours,
getTodaysOpeningHoursForFunction,

View File

@@ -4,7 +4,7 @@ import { usePathname, useRouter } from "next/navigation";
import Link from "next/link";
import styles from "./header.module.scss";
import { Logo, LogoIcon } from "@/components/general/Logo";
import Icon from "../general/Icon";
import { Icon } from "../general/Icon";
import { useInView } from "react-intersection-observer";
import { getSearchPath } from "@/lib/common";

View File

@@ -1,6 +1,6 @@
"use client";
import { useInView } from "react-intersection-observer";
import Icon from "../general/Icon";
import { Icon } from "../general/Icon";
export const ToTop = () => {
const scrollToTop = () => {