Skip to content

Commit

Permalink
add version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ycg5250 committed Jun 6, 2023
1 parent e94572e commit e7a7cc6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "key-generator",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
8 changes: 4 additions & 4 deletions src/components/common/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ export default {
title: this.$t('features.fiveDegrees'),
url: 'https://www.5degrees.io/',
},
{
title: this.$t('product.stakeVault'),
url: this.stakeVaultUrl
},
// {
// title: this.$t('product.stakeVault'),
// url: this.stakeVaultUrl
// },
{
title: this.$t('features.approvalDetector'),
url: this.approvalUrl,
Expand Down
16 changes: 8 additions & 8 deletions src/components/common/NavIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ export default {
title: this.$t('product.fiveDegrees'),
url: 'https://www.5degrees.io/#/',
},
{
width: '224px',
class: 'nav-icon-12',
desc: this.$t('product.stakeVaultDesc'),
line: false,
title: this.$t('product.stakeVault'),
url: this.stakeVaultUrl
}
// {
// width: '224px',
// class: 'nav-icon-12',
// desc: this.$t('product.stakeVaultDesc'),
// line: false,
// title: this.$t('product.stakeVault'),
// url: this.stakeVaultUrl
// }
],
},
{
Expand Down
10 changes: 5 additions & 5 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,11 @@ export default {
icon: require('../assets/main/aptos.png'),
name: this.$t('chain.aptos'),
},
{
network: 'SUI',
icon: require('../assets/main/sui.png'),
name: this.$t('chain.sui'),
},
{
chainId: 1030,
network: 'CFX',
Expand Down Expand Up @@ -443,11 +448,6 @@ export default {
icon: require('../assets/main/nostr.jpg'),
name: this.$t('chain.nostr'),
},
{
network: 'SUI',
icon: require('../assets/main/sui.png'),
name: this.$t('chain.sui'),
},
{
network: 'BCH',
icon: require('../assets/main/bch.png'),
Expand Down

0 comments on commit e7a7cc6

Please sign in to comment.