Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1318 from irisnet/develop
Browse files Browse the repository at this point in the history
update document in date tooltip
  • Loading branch information
kaifei Hu authored Mar 31, 2020
2 parents 3e5dae9 + 35c3db7 commit c417612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/dateToolTip/DateTooltip.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="tooltip_content">
<el-tooltip content="Date selection range from first block to latest block">
<el-tooltip content="Date selection range from the first block to the latest block.">
<i class="iconfont iconyiwen"></i>
</el-tooltip>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/header/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@
this.activeStaking = true
}else if(this.$route.fullPath === '/txs/transfers'){
this.activeTransfers = true
}else if(this.$route.fullPath === '/home' || this.$route.fullPath === '/blocks' || this.$route.fullPath.includes('/txs')){
}else if(this.$route.fullPath === '/home' || this.$route.fullPath === '/blocks' || this.$route.fullPath.includes('/txs') && this.$route.fullPath !== '/txs/governance'){
this.activeBlockChain = true
}else if (this.$route.fullPath === '/assets/ntvassetstxs' || this.$route.fullPath === '/assets/gtwassetstxs' || this.$route.fullPath.includes('/assets/') || this.$route.fullPath.includes('/asset/')){
this.activeAssets = true
Expand Down

0 comments on commit c417612

Please sign in to comment.