Skip to content

Commit

Permalink
Merge pull request #35 from liquality/fix-route-paths
Browse files Browse the repository at this point in the history
fix: route paths for swap and receive screents
  • Loading branch information
bradleySuira authored Jan 11, 2021
2 parents f7daf60 + d4165f7 commit 458c7c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liquality-wallet",
"version": "0.12.1",
"version": "0.12.2",
"private": true,
"license": "MIT",
"author": "Liquality <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "0.12.1",
"version": "0.12.2",
"name": "Liquality Wallet",
"description": "Secure multi-crypto wallet with built-in Atomic Swaps!",
"homepage_url": "https://liquality.io",
Expand Down
4 changes: 2 additions & 2 deletions src/views/Wallet/WalletStats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<SendIcon/>
Send
</router-link>
<router-link to="/assets/receive"
<router-link to="/assets/swap"
class="wallet-actions-item swap">
<SwapIcon/>
Swap
</router-link>
<router-link to="/assets/swap"
<router-link to="/assets/receive"
class="wallet-actions-item receive">
<ReceiveIcon/>
Receive
Expand Down

0 comments on commit 458c7c5

Please sign in to comment.