File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ import BurgerButton from './BurgerButton.vue';
30
30
31
31
const topLevelLinks = [
32
32
{
33
- name: ' Data Tracker' ,
33
+ name: ' Tracker' ,
34
34
path: ' /energy' ,
35
35
active: true
36
36
},
37
37
{
38
- name: ' Map ' ,
38
+ name: ' Facilities ' ,
39
39
path: ' /facilities/nem/?status=operating'
40
40
},
41
41
{
@@ -86,9 +86,9 @@ export default {
86
86
87
87
methods: {
88
88
checkActive (name ) {
89
- if (this .isFacilitiesView && name === ' Facilities Map ' ) {
89
+ if (this .isFacilitiesView && name === ' Facilities' ) {
90
90
return true ;
91
- } else if (this .isEnergyView && name === ' Data Tracker' ) {
91
+ } else if (this .isEnergyView && name === ' Tracker' ) {
92
92
return true ;
93
93
}
94
94
return false
@@ -173,11 +173,11 @@ nav {
173
173
a .active {
174
174
font-weight : 700 ;
175
175
176
- & ::after {
176
+ /* * &::after {
177
177
border-color: #c74523;
178
178
background-color: #c74523;
179
179
opacity: 1;
180
- }
180
+ }*/
181
181
}
182
182
}
183
183
You can’t perform that action at this time.
0 commit comments