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

fix: Update wallet href in React components and page #319

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
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 @@ -66,7 +66,7 @@ function Example() {
<ArticleIconCard
title="Supported Wallets"
icon={TablePropertiesIcon}
href="/typescript/v5/react/wallets"
href="/typescript/v5/supported-wallets"
/>

</Stack>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function Example() {
<ArticleIconCard
title="Supported Wallets"
icon={TablePropertiesIcon}
href="/typescript/v5/react/wallets"
href="/typescript/v5/supported-wallets"
/>

</Stack>
Expand Down
2 changes: 1 addition & 1 deletion src/app/typescript/v5/react/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
<ArticleIconCard
title="Supported Wallets"
icon={WalletIcon}
href="/typescript/v5/react/wallets"
href="/typescript/v5/supported-wallets"
/>

<ArticleIconCard
Expand Down
Loading