Skip to content

Commit bac2569

Browse files
authored
update broken TrustToken link to new TUSD website
Replaced outdated link (https://www.trusttoken.com/) with the current official TUSD site (https://tusd.io/). The old link was broken.
1 parent 1a54816 commit bac2569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/[locale]/stablecoins.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
255255
],
256256
links: [
257257
{ text: "USDC", url: "https://www.coinbase.com/usdc" },
258-
{ text: "TrueUSD", url: "https://www.trusttoken.com/trueusd" },
258+
{ text: "TrueUSD", url: "https://tusd.io/" },
259259
],
260260
},
261261
{

0 commit comments

Comments
 (0)