From 7cde52c1df9a2153257e95cafce60f92976bbd29 Mon Sep 17 00:00:00 2001 From: Peiman <25097709+Rickk137@users.noreply.github.com> Date: Thu, 28 Jul 2022 14:58:44 +0430 Subject: [PATCH] fix: update liquality wallet link (#28) * fix: update liquality wallet link * v2.2.7 --- lerna.json | 2 +- packages/react-wallet/package.json | 2 +- .../WalletConnectionSteps/BrowserWalletSelector/index.tsx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lerna.json b/lerna.json index 2080613..586423a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.2.6", + "version": "2.2.7", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/react-wallet/package.json b/packages/react-wallet/package.json index 98e3fe7..9bb4bbb 100644 --- a/packages/react-wallet/package.json +++ b/packages/react-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@sovryn/react-wallet", - "version": "2.2.6", + "version": "2.2.7", "description": "Made with create-react-library", "author": "Rytis Grincevicius", "license": "MIT", diff --git a/packages/react-wallet/src/components/WalletConnectionSteps/BrowserWalletSelector/index.tsx b/packages/react-wallet/src/components/WalletConnectionSteps/BrowserWalletSelector/index.tsx index 28938e4..ceb5f8c 100644 --- a/packages/react-wallet/src/components/WalletConnectionSteps/BrowserWalletSelector/index.tsx +++ b/packages/react-wallet/src/components/WalletConnectionSteps/BrowserWalletSelector/index.tsx @@ -36,8 +36,8 @@ export function BrowserWalletSelector(props: Props) { options={options} image={images.liqualityWallet} title='Liquality' - href='https://liquality.io/atomic-swap-wallet.html' - linkHref='https://liquality.io/atomic-swap-wallet.html' + href='https://liquality.io/' + linkHref='https://liquality.io/' linkTitle={t(translations.dialogs.browserSelector.download)} dataAttribute='browserType-liquality-download' /> @@ -48,7 +48,7 @@ export function BrowserWalletSelector(props: Props) { image={images.liqualityWallet} title='Liquality' onClick={() => props.onWalletSelected(ProviderType.WEB3)} - linkHref='https://liquality.io/atomic-swap-wallet.html' + linkHref='https://liquality.io/' linkTitle={t(translations.dialogs.browserSelector.download)} dataAttribute='browserType-liquality' />