From 339273166b427385d8c7042a49fd57c21d3ce54f Mon Sep 17 00:00:00 2001 From: Lucie Delestre Date: Wed, 8 Jul 2026 22:07:40 +0100 Subject: [PATCH] Ciao ene- TicketCheck, my new best friend is Stamp --- web/src/components/Intro.tsx | 4 ++-- web/src/components/map/MapLegend.tsx | 4 ++-- web/src/components/routes/rallyists/ArtistsList.tsx | 6 +++--- web/src/components/routes/staff/QRCodeGen/QRCodeGen.tsx | 4 ++-- .../routes/standists/StandistsQRCodeGeneratorPage.tsx | 4 ++-- web/src/routes/_rallyists/stamp.tsx | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) 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")}
  • - + { @@ -7,7 +7,7 @@ export const MapLegend = () => { return (
    • - {" "} + {" "}
      { H{booth.hall} {booth.boothNumber}
      {isStamped && ( -
      - +
      +
      )}
      diff --git a/web/src/components/routes/staff/QRCodeGen/QRCodeGen.tsx b/web/src/components/routes/staff/QRCodeGen/QRCodeGen.tsx index 8b442dcb..31541aa7 100644 --- a/web/src/components/routes/staff/QRCodeGen/QRCodeGen.tsx +++ b/web/src/components/routes/staff/QRCodeGen/QRCodeGen.tsx @@ -1,4 +1,4 @@ -import { RefreshCcw, TicketCheck } from "lucide-react"; +import { RefreshCcw, Stamp } from "lucide-react"; import { useState } from "react"; import { useTranslation } from "react-i18next"; import QRCode from "react-qr-code"; @@ -44,7 +44,7 @@ const QRCodeGenPage = ({ boothId }: { boothId: ConvexId<"booths"> }) => { {isLoading &&

      {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() {

      - {t("stampValidated")} + {t("stampValidated")}