diff --git a/app/ui/LocationCard.tsx b/app/ui/LocationCard.tsx index a2eaf07..238a4ff 100644 --- a/app/ui/LocationCard.tsx +++ b/app/ui/LocationCard.tsx @@ -1,6 +1,6 @@ 'use client'; -import { CheckCircleIcon, Cog8ToothIcon, PlusCircleIcon, ShareIcon, BanknotesIcon, DocumentIcon, EnvelopeIcon, LinkIcon, EyeIcon } from "@heroicons/react/24/outline"; +import { CheckCircleIcon, Cog8ToothIcon, PlusCircleIcon, ShareIcon, BanknotesIcon, EyeIcon, TicketIcon } from "@heroicons/react/24/outline"; import { FC } from "react"; import { BillBadge } from "./BillBadge"; import { BillingLocation } from "../lib/db-types"; @@ -84,7 +84,7 @@ export const LocationCard: FC = ({ location, currency }) => { target="_blank" className="flex items-center gap-2 mt-2 ml-4" > - + {t("download-proof-of-payment-label")}