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

Commit c417612

Browse files
author
kaifei Hu
authored
Merge pull request #1318 from irisnet/develop
update document in date tooltip
2 parents 3e5dae9 + 35c3db7 commit c417612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/dateToolTip/DateTooltip.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="tooltip_content">
3-
<el-tooltip content="Date selection range from first block to latest block">
3+
<el-tooltip content="Date selection range from the first block to the latest block.">
44
<i class="iconfont iconyiwen"></i>
55
</el-tooltip>
66
</div>

frontend/src/components/header/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@
614614
this.activeStaking = true
615615
}else if(this.$route.fullPath === '/txs/transfers'){
616616
this.activeTransfers = true
617-
}else if(this.$route.fullPath === '/home' || this.$route.fullPath === '/blocks' || this.$route.fullPath.includes('/txs')){
617+
}else if(this.$route.fullPath === '/home' || this.$route.fullPath === '/blocks' || this.$route.fullPath.includes('/txs') && this.$route.fullPath !== '/txs/governance'){
618618
this.activeBlockChain = true
619619
}else if (this.$route.fullPath === '/assets/ntvassetstxs' || this.$route.fullPath === '/assets/gtwassetstxs' || this.$route.fullPath.includes('/assets/') || this.$route.fullPath.includes('/asset/')){
620620
this.activeAssets = true

0 commit comments

Comments
 (0)