Skip to content

Commit 1057f2c

Browse files
authored
Merge pull request #7362 from vdusart/fix/stablecoin-dai-link
Fix broken link
2 parents 8a7a7e3 + 2e8e77c commit 1057f2c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/pages/stablecoins.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ const StablecoinsPage = ({ data }: PageProps<Queries.StablecoinsPageQuery>) => {
331331
() => ({
332332
USDT: { type: FIAT, url: "https://tether.to/" },
333333
USDC: { type: FIAT, url: "https://www.coinbase.com/usdc" },
334-
DAI: { type: CRYPTO, url: "https://oasis.app/dai" },
334+
DAI: { type: CRYPTO, url: "https://kb.oasis.app/help/what-is-dai" },
335335
BUSD: { type: FIAT, url: "https://www.binance.com/en/busd" },
336336
PAX: { type: FIAT, url: "https://www.paxos.com/pax/" },
337337
TUSD: { type: FIAT, url: "https://www.trusttoken.com/trueusd" },
@@ -722,7 +722,10 @@ const StablecoinsPage = ({ data }: PageProps<Queries.StablecoinsPageQuery>) => {
722722
</ButtonLink>
723723
</div>
724724
<div>
725-
<ButtonLink isSecondary to="https://oasis.app/dai">
725+
<ButtonLink
726+
isSecondary
727+
to="https://kb.oasis.app/help/what-is-dai"
728+
>
726729
<Translation id="page-stablecoins-dai-banner-learn-button" />
727730
</ButtonLink>
728731
</div>

0 commit comments

Comments
 (0)