From eddddb41990cdeb476206dd58fc975c7c689840c Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Sun, 23 Nov 2025 22:31:10 +0100 Subject: [PATCH] (refactor) LocationCard: replaced pay receit icon --- app/ui/LocationCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")}