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

Fix invalid links in connect/supported-wallets #1097

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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