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

Commit

Permalink
fix: Update wallet href in React components and page (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls authored Apr 5, 2024
1 parent 89eab09 commit a3659e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit a3659e3

Please sign in to comment.