diff --git a/app/ui/LocationCard.tsx b/app/ui/LocationCard.tsx index 62647db..6b388f1 100644 --- a/app/ui/LocationCard.tsx +++ b/app/ui/LocationCard.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Cog8ToothIcon, PlusCircleIcon, LinkIcon } from "@heroicons/react/24/outline"; +import { Cog8ToothIcon, PlusCircleIcon, ShareIcon } from "@heroicons/react/24/outline"; import { FC } from "react"; import { BillBadge } from "./BillBadge"; import { BillingLocation } from "../lib/db-types"; @@ -54,7 +54,7 @@ export const LocationCard:FC = ({location: { _id, name, yearM : null } - + ); }; \ No newline at end of file