File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,9 @@ const EthPage = () => {
468
468
description = { t ( "page-eth-whats-defi-description" ) }
469
469
image = { defi }
470
470
/>
471
- < InfoBanner isWarning > { t ( 'page-eth-weth' ) } </ InfoBanner >
471
+ < InfoBanner isWarning >
472
+ < Translation id = "page-eth:page-eth-weth" />
473
+ </ InfoBanner >
472
474
</ Box >
473
475
< TextDivider />
474
476
< Box >
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ import dapps from "@/public/doge-computer.png"
41
41
import oneinch from "@/public/exchanges/1inch.png"
42
42
import bancor from "@/public/exchanges/bancor.png"
43
43
import kyber from "@/public/exchanges/kyber.png"
44
- import loopring from "@/public/exchanges/loopring.png"
45
44
import hero from "@/public/get-eth.png"
46
45
import wallet from "@/public/wallet.png"
47
46
@@ -367,7 +366,9 @@ const GetEthPage = ({
367
366
< ButtonLink href = "/wallets/find-wallet/" >
368
367
{ t ( "page-get-eth-get-wallet-btn" ) }
369
368
</ ButtonLink >
370
- < InfoBanner isWarning > { t ( "page-get-eth-dexs-desc-4" ) } </ InfoBanner >
369
+ < InfoBanner isWarning >
370
+ < Translation id = "page-get-eth:page-get-eth-dexs-desc-4" />
371
+ </ InfoBanner >
371
372
</ LeftColumn >
372
373
< RightColumn >
373
374
< OldHeading
You can’t perform that action at this time.
0 commit comments