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 { VenueFragment } from "@/gql/graphql";
import styles from "./venueInfo.module.scss";
import Link from "next/link";
import { Image } from "@/components/general/Image";
import Icon from "../general/Icon";
import { Icon } from "../general/Icon";
export const VenueInfo = ({ venue }: { venue: VenueFragment }) => {
return (