#239 split pronouns from the homepage - fix header active indicator
This commit is contained in:
parent
dfc56189d3
commit
efe036299d
|
@ -134,7 +134,6 @@
|
||||||
icon: 'home',
|
icon: 'home',
|
||||||
text: this.$t('home.header'),
|
text: this.$t('home.header'),
|
||||||
textLong: this.$t('home.headerLong'),
|
textLong: this.$t('home.headerLong'),
|
||||||
extra: ['all'],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
if (this.config.pronouns.enabled) {
|
if (this.config.pronouns.enabled) {
|
||||||
|
@ -143,7 +142,7 @@
|
||||||
icon: 'tags',
|
icon: 'tags',
|
||||||
text: this.$t('pronouns.header'),
|
text: this.$t('pronouns.header'),
|
||||||
textLong: this.$t('pronouns.headerLong'),
|
textLong: this.$t('pronouns.headerLong'),
|
||||||
extra: ['/' + this.config.pronouns.any, this.config.pronouns.avoiding ? '/' + this.config.pronouns.avoiding : null],
|
extra: ['all', '/' + this.config.pronouns.any, this.config.pronouns.avoiding ? '/' + this.config.pronouns.avoiding : null],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue