From ceb17eb48a410031c2b45a44d01a99c201ab6d93 Mon Sep 17 00:00:00 2001 From: Alain Nicolas Date: Wed, 20 Dec 2023 23:05:08 +0100 Subject: [PATCH] fix: Change Nomis link (#486) --- website/src/pages/Poh.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/src/pages/Poh.tsx b/website/src/pages/Poh.tsx index a88bcf52..0e4725e1 100644 --- a/website/src/pages/Poh.tsx +++ b/website/src/pages/Poh.tsx @@ -67,13 +67,17 @@ export const Poh: FunctionComponent = ({ title }) => { return name === "Testnet Voyage NFT" ? "Testnet Voyage NFT original recipient" : name; }; + const getLink = (link: string) => { + return link === "https://nomis.cc/linea" ? "https://nomis.cc/linea-voyage" : link; + }; + const displayPohGroup = (pohGroup?: IssuerAttestation[]) => { return ( <> {pohGroup?.map((poh) => (
{poh.issuerWebsiteUrl !== "" ? ( - + {displayName(poh.issuerName)} ) : (