Skip to content

Commit

Permalink
Update Swap ETH for USDC/DAI link on stablecoin page [FIXES #12873]
Browse files Browse the repository at this point in the history
  • Loading branch information
barskhianfannie committed May 2, 2024
1 parent 6c066cc commit 0944e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/stablecoins.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
</Text>
<Flex direction="column">
<Box>
<ButtonLink mb={4} me={4} to="https://1inch.exchange">
<ButtonLink mb={4} me={4} href="https://matcha.xyz/tokens/ethereum/0x6b175474e89094c44da98b954eedeac495271d0f?sellChain=1&sellAddress=0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee">
{t("page-stablecoins-dai-banner-swap-button")}
</ButtonLink>
</Box>
Expand Down Expand Up @@ -576,7 +576,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
<ButtonLink
mb={4}
me={4}
to="https://matcha.xyz/tokens/ethereum/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
href="https://matcha.xyz/tokens/ethereum/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48?sellChain=1&sellAddress=0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
>
{t("page-stablecoins-usdc-banner-swap-button")}
</ButtonLink>
Expand Down

0 comments on commit 0944e9c

Please sign in to comment.