File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ const StablecoinsPage = ({ data }: PageProps<Queries.StablecoinsPageQuery>) => {
331
331
( ) => ( {
332
332
USDT : { type : FIAT , url : "https://tether.to/" } ,
333
333
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" } ,
335
335
BUSD : { type : FIAT , url : "https://www.binance.com/en/busd" } ,
336
336
PAX : { type : FIAT , url : "https://www.paxos.com/pax/" } ,
337
337
TUSD : { type : FIAT , url : "https://www.trusttoken.com/trueusd" } ,
@@ -722,7 +722,10 @@ const StablecoinsPage = ({ data }: PageProps<Queries.StablecoinsPageQuery>) => {
722
722
</ ButtonLink >
723
723
</ div >
724
724
< div >
725
- < ButtonLink isSecondary to = "https://oasis.app/dai" >
725
+ < ButtonLink
726
+ isSecondary
727
+ to = "https://kb.oasis.app/help/what-is-dai"
728
+ >
726
729
< Translation id = "page-stablecoins-dai-banner-learn-button" />
727
730
</ ButtonLink >
728
731
</ div >
You can’t perform that action at this time.
0 commit comments