From 48425b49b4f31eb728811ea4623f6afa92076e64 Mon Sep 17 00:00:00 2001 From: Ogheneochuko <7204868+amochuko@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:15:35 +0100 Subject: [PATCH] fix: replace invalid hyperlink --- src/pages/stablecoins.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/stablecoins.tsx b/src/pages/stablecoins.tsx index 26677e63478..c5b46618f11 100644 --- a/src/pages/stablecoins.tsx +++ b/src/pages/stablecoins.tsx @@ -125,7 +125,7 @@ export const getStaticProps = (async ({ locale }) => { EURS: { type: FIAT, url: "https://eurs.stasis.net/" }, USDK: { type: FIAT, url: "https://www.oklink.com/usdk" }, MUSD: { type: CRYPTO, url: "https://mstable.org/" }, - USDX: { type: CRYPTO, url: "https://usdx.cash/usdx-stablecoin" }, + USDX: { type: CRYPTO, url: "https://usdx.money/" }, GUSD: { type: FIAT, url: "https://gemini.com/dollar" }, SAI: { type: CRYPTO, url: "https://makerdao.com/en/whitepaper/sai/" }, DUSD: { type: CRYPTO, url: "https://dusd.finance/" },