Skip to content

Commit

Permalink
fix: update liquality wallet link (#28)
Browse files Browse the repository at this point in the history
* fix: update liquality wallet link

* v2.2.7
  • Loading branch information
Rickk137 authored Jul 28, 2022
1 parent 14359f9 commit 7cde52c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.6",
"version": "2.2.7",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-wallet/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
/>
Expand All @@ -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'
/>
Expand Down

0 comments on commit 7cde52c

Please sign in to comment.