Skip to content

Commit

Permalink
fix(wallet-connect): update create account link (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov authored Jan 10, 2025
1 parent 8772cf4 commit 3220d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/wallet-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gear-js/wallet-connect",
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"description": "React library to connect Substrate based wallets to Gear dApps",
"author": "Gear Technologies",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function WalletModal({ theme = 'vara', close }: Props) {
) : (
<p className={cx(styles.text, themeClassName)}>
A compatible wallet was not found or is disabled. Install it following the{' '}
<a href="https://wiki.vara-network.io/docs/account/create-account/" target="_blank" rel="noreferrer">
<a href="https://wiki.vara.network/docs/account" target="_blank" rel="noreferrer">
instructions
</a>
.
Expand Down

0 comments on commit 3220d69

Please sign in to comment.