diff --git a/web/src/components/Intro.tsx b/web/src/components/Intro.tsx index 7964e95f..042d4d2e 100644 --- a/web/src/components/Intro.tsx +++ b/web/src/components/Intro.tsx @@ -1,4 +1,4 @@ -import { QrCode, TicketCheck } from "lucide-react"; +import { QrCode, Stamp } from "lucide-react"; import { Trans, useTranslation } from "react-i18next"; import { standardRewardMinStampsRequirement } from "@/lib/consts"; @@ -16,7 +16,7 @@ const Intro = () => { {t("rally.1")}
{t("loading")}
} {error &&Error: {error.message}
}
{tFR("scanThisQR")}
diff --git a/web/src/components/routes/standists/StandistsQRCodeGeneratorPage.tsx b/web/src/components/routes/standists/StandistsQRCodeGeneratorPage.tsx
index d50e6dec..6673a146 100644
--- a/web/src/components/routes/standists/StandistsQRCodeGeneratorPage.tsx
+++ b/web/src/components/routes/standists/StandistsQRCodeGeneratorPage.tsx
@@ -1,4 +1,4 @@
-import { RefreshCcw, TicketCheck } from "lucide-react";
+import { RefreshCcw, Stamp } from "lucide-react";
import { useTranslation } from "react-i18next";
import QRCode from "react-qr-code";
@@ -61,7 +61,7 @@ const StandistsQRCodeGeneratorPage = () => {
/>
)}
{tFR("scanThisQR")}
diff --git a/web/src/routes/_rallyists/stamp.tsx b/web/src/routes/_rallyists/stamp.tsx
index 415459ad..f8baf299 100644
--- a/web/src/routes/_rallyists/stamp.tsx
+++ b/web/src/routes/_rallyists/stamp.tsx
@@ -1,6 +1,6 @@
import { useConfetti } from "@stevent-team/react-party";
import { createFileRoute } from "@tanstack/react-router";
-import { MessageSquareWarning, TicketCheck } from "lucide-react";
+import { MessageSquareWarning, Stamp as StampIcon } from "lucide-react";
import { LegacyRef, Suspense, useEffect } from "react";
import { Trans, useTranslation } from "react-i18next";
@@ -107,7 +107,7 @@ function Stamp() {