merge + remove underlines in search results
This commit is contained in:
@ -21,7 +21,7 @@ import {
|
||||
parse,
|
||||
} from "date-fns";
|
||||
import { unique } from "@/lib/common";
|
||||
import Icon from "../general/Icon";
|
||||
import { Icon } from "../general/Icon";
|
||||
import { useState } from "react";
|
||||
import { VenueFragment } from "@/gql/graphql";
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { EventFragment } from "@/lib/event";
|
||||
import styles from "./eventDetails.module.scss";
|
||||
import { OrganizerList } from "./OrganizerList";
|
||||
import Icon from "../general/Icon";
|
||||
import { Icon } from "../general/Icon";
|
||||
import { DateList } from "./DateList";
|
||||
|
||||
function formatPrice(price: number | string): string {
|
||||
|
@ -2,7 +2,7 @@ import { EventCategory, EventOrganizer } from "@/lib/event";
|
||||
|
||||
import styles from "./eventFilter.module.scss";
|
||||
import { VenueFragment } from "@/gql/graphql";
|
||||
import Icon from "../general/Icon";
|
||||
import { Icon } from "../general/Icon";
|
||||
|
||||
export const EventFilter = ({
|
||||
eventCategories,
|
||||
|
@ -2,7 +2,7 @@ import { EventFragment } from "@/lib/event";
|
||||
import styles from "./eventHeader.module.scss";
|
||||
import { ImageFigure } from "@/components/general/Image";
|
||||
import { Breadcrumb } from "../general/Breadcrumb";
|
||||
import Icon from "../general/Icon";
|
||||
import { Icon } from "../general/Icon";
|
||||
|
||||
export const EventHeader = ({ event }: { event: EventFragment }) => {
|
||||
// TODO: where should we show image attribution for the featured image?
|
||||
|
Reference in New Issue
Block a user