Skip to content

Commit b763905

Browse files
authored
Merge pull request #12112 from a-hagi613/fixBrokenUsdcLink
fixed the broken link to correct one stated in issue: Update USDC link on stablecoin.tsx #12077
2 parents 72119b2 + 7282e1f commit b763905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/stablecoins.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
564564
<ButtonLink
565565
mb={4}
566566
me={4}
567-
to="https://matcha.xyz/markets/ETH/USDC"
567+
to="https://matcha.xyz/tokens/ethereum/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
568568
>
569569
{t("page-stablecoins-usdc-banner-swap-button")}
570570
</ButtonLink>

0 commit comments

Comments
 (0)