Skip to content

Commit

Permalink
PSS-271: Medium and GitHub links (#31)
Browse files Browse the repository at this point in the history
* Added Github and Medium links for About page.
* Upated the Wallet version.
* Fixed wallet button color on hover.
  • Loading branch information
alexnatalia authored Dec 24, 2020
1 parent a74fc57 commit a19527e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@soramitsu/soramitsu-js-ui": "^0.6.7",
"@soramitsu/soraneo-wallet-web": "^0.2.9",
"@soramitsu/soraneo-wallet-web": "^0.3.0",
"axios": "^0.19.2",
"bignumber.js": "^9.0.1",
"core-js": "^3.6.4",
Expand Down
5 changes: 4 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,12 @@ $menu-height: 65px;
.buttons {
margin-left: auto;
.wallet {
color: var(--s-color-utility-surface);
background-color: var(--s-color-theme-accent);
border-color: var(--s-color-theme-accent);
&,
&:hover {
color: var(--s-color-utility-surface);
}
&:hover {
background-color: var(--s-color-theme-accent-hover);
border-color: var(--s-color-theme-accent-hover);
Expand Down
2 changes: 2 additions & 0 deletions src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ export default class About extends Mixins(TranslationMixin) {
}
handleGoToMedium (): void {
location.href = 'https://medium.com/polkaswap'
}
handleGoToGithub (): void {
location.href = 'https://github.com/sora-xor'
}
}
</script>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1987,10 +1987,10 @@
vuex "^3.1.3"
vuex-class "^0.3.2"

"@soramitsu/soraneo-wallet-web@^0.2.9":
version "0.2.9"
resolved "https://nexus.iroha.tech/repository/npm-group/@soramitsu/soraneo-wallet-web/-/soraneo-wallet-web-0.2.9.tgz#a4524cb8799af180f27e93ead26794bf4485fff3"
integrity sha512-3lZPyQ8fw9f0QycbtNKszfPverRff1V1xhV0czq83YirBOW/xU+oW3Dx22AEjt2/m+QuxI99oeUq7yXV15q1sw==
"@soramitsu/soraneo-wallet-web@^0.3.0":
version "0.3.0"
resolved "https://nexus.iroha.tech/repository/npm-group/@soramitsu/soraneo-wallet-web/-/soraneo-wallet-web-0.3.0.tgz#7483cac05d0480018c8619daafd61ddd3b297cac"
integrity sha512-frI+CLewl3mE5WkBuIU0w4CvnYIXvaSiEsQ1JRRjG0EC8EA4R77PRFM+fz2i0vX1Dwu2E8t6z+NhtCHPy3yZ8A==
dependencies:
"@polkadot/extension-dapp" "^0.35.0-beta.35"
"@sora-substrate/util" "^0.2.5"
Expand Down

0 comments on commit a19527e

Please sign in to comment.