diff --git a/web/components/searches/button.tsx b/web/components/searches/button.tsx index 56133150..62ba7c51 100644 --- a/web/components/searches/button.tsx +++ b/web/components/searches/button.tsx @@ -9,9 +9,9 @@ import {formatFilters, locationType} from "common/searches"; import {FilterFields} from "common/filters"; import {api} from "web/lib/api"; import {DisplayUser} from "common/api/user-types"; -import {Link} from "@react-email/components"; import {useState} from "react"; import toast from "react-hot-toast"; +import Link from "next/link"; export function BookmarkSearchButton(props: { bookmarkedSearches: BookmarkedSearchesType[] @@ -180,12 +180,14 @@ function StarModal(props: { {visibleUsers.map((user) => (
  • - {user.name} ( - @{user.username} - ) {' '} + + {user.name} ( + @{user.username} + ) {' '} +