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)} ) : (