Skip to content

Commit 59afad9

Browse files
committed
fix(wallet-connect): update create account link
1 parent 8772cf4 commit 59afad9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/wallet-connect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gear-js/wallet-connect",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"type": "module",
55
"description": "React library to connect Substrate based wallets to Gear dApps",
66
"author": "Gear Technologies",

utils/wallet-connect/src/components/wallet-modal/wallet-modal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function WalletModal({ theme = 'vara', close }: Props) {
9797
) : (
9898
<p className={cx(styles.text, themeClassName)}>
9999
A compatible wallet was not found or is disabled. Install it following the{' '}
100-
<a href="https://wiki.vara-network.io/docs/account/create-account/" target="_blank" rel="noreferrer">
100+
<a href="https://wiki.vara.network/docs/account" target="_blank" rel="noreferrer">
101101
instructions
102102
</a>
103103
.

0 commit comments

Comments
 (0)