From efe036299d184ee099a3a47cfdc266d6cb2ac266 Mon Sep 17 00:00:00 2001 From: Avris Date: Fri, 6 Aug 2021 21:10:37 +0200 Subject: [PATCH] #239 split pronouns from the homepage - fix header active indicator --- components/Header.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/Header.vue b/components/Header.vue index ea687dec..e2b02831 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -134,7 +134,6 @@ icon: 'home', text: this.$t('home.header'), textLong: this.$t('home.headerLong'), - extra: ['all'], }); if (this.config.pronouns.enabled) { @@ -143,7 +142,7 @@ icon: 'tags', text: this.$t('pronouns.header'), 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], }); }