From 3220d696024a6e6d400850eb2746d3b46fb817cc Mon Sep 17 00:00:00 2001 From: Nikita Yutanov Date: Fri, 10 Jan 2025 16:06:12 +0300 Subject: [PATCH] fix(wallet-connect): update create account link (#1711) --- utils/wallet-connect/package.json | 2 +- .../wallet-connect/src/components/wallet-modal/wallet-modal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/wallet-connect/package.json b/utils/wallet-connect/package.json index 567efd617..7cfcf6d41 100644 --- a/utils/wallet-connect/package.json +++ b/utils/wallet-connect/package.json @@ -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", diff --git a/utils/wallet-connect/src/components/wallet-modal/wallet-modal.tsx b/utils/wallet-connect/src/components/wallet-modal/wallet-modal.tsx index 25351b311..1997ae97f 100644 --- a/utils/wallet-connect/src/components/wallet-modal/wallet-modal.tsx +++ b/utils/wallet-connect/src/components/wallet-modal/wallet-modal.tsx @@ -97,7 +97,7 @@ function WalletModal({ theme = 'vara', close }: Props) { ) : (

A compatible wallet was not found or is disabled. Install it following the{' '} - + instructions .