Skip to content

Commit 9aa9474

Browse files
committed
Update NewAppHeader.vue
1 parent fab4bf2 commit 9aa9474

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/layout/NewAppHeader.vue

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ import BurgerButton from './BurgerButton.vue';
3030
3131
const topLevelLinks = [
3232
{
33-
name: 'Data Tracker',
33+
name: 'Tracker',
3434
path: '/energy',
3535
active: true
3636
},
3737
{
38-
name: 'Map',
38+
name: 'Facilities',
3939
path: '/facilities/nem/?status=operating'
4040
},
4141
{
@@ -86,9 +86,9 @@ export default {
8686
8787
methods: {
8888
checkActive(name) {
89-
if (this.isFacilitiesView && name === 'Facilities Map') {
89+
if (this.isFacilitiesView && name === 'Facilities') {
9090
return true;
91-
} else if (this.isEnergyView && name === 'Data Tracker') {
91+
} else if (this.isEnergyView && name === 'Tracker') {
9292
return true;
9393
}
9494
return false
@@ -173,11 +173,11 @@ nav {
173173
a.active {
174174
font-weight: 700;
175175
176-
&::after {
176+
/** &::after {
177177
border-color: #c74523;
178178
background-color: #c74523;
179179
opacity: 1;
180-
}
180+
}*/
181181
}
182182
}
183183

0 commit comments

Comments
 (0)