Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Fix invalid links in connect/supported-wallets (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
MananTank authored Nov 27, 2023
1 parent f0e3e42 commit ada8b3c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The following wallets are supported by the SDKs:
<div className="col col--4" style={{ padding: 8 }}>
<QuickstartCard
name="WalletConnect"
link="/react/react.walletconnectwallet"
link="/react/react.walletconnect"
image="/assets/wallets/walletconnect.svg"
description="Connect with Wallet Connect"
/>
Expand All @@ -90,7 +90,7 @@ The following wallets are supported by the SDKs:
<div className="col col--4" style={{ padding: 8 }}>
<QuickstartCard
name="Blocto"
link="/react/react.blocktowallet"
link="/react/react.blocto"
image="/assets/wallets/blocto.svg"
description="An ERC-4337 compatible smart wallet."
/>
Expand Down

1 comment on commit ada8b3c

@vercel
Copy link

@vercel vercel bot commented on ada8b3c Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.