#239 split pronouns from the homepage - fix header active indicator

This commit is contained in:
Avris 2021-08-06 21:10:37 +02:00
parent dfc56189d3
commit efe036299d
1 changed files with 1 additions and 2 deletions

View File

@ -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],
}); });
} }