From bde611ae9b6cffac6840c3f23cc73b291392033f Mon Sep 17 00:00:00 2001 From: Maxime Moraine Date: Thu, 9 Apr 2020 15:35:26 +0200 Subject: [PATCH] =?UTF-8?q?ic=C3=B4ne=20de=20filtre=20pour=20les=20objets?= =?UTF-8?q?=20magiques=20dans=20la=20navbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/theme/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/theme/components/Navbar.vue b/docs/.vuepress/theme/components/Navbar.vue index c8e64fb..dc2d37e 100644 --- a/docs/.vuepress/theme/components/Navbar.vue +++ b/docs/.vuepress/theme/components/Navbar.vue @@ -46,7 +46,7 @@ export default { rightDrawerIcon() { if (this.inRightDrawer == 'pageToc') { return 'mdi-format-list-bulleted' - } else if (this.inRightDrawer == 'spellFilters') { + } else if (this.inRightDrawer == 'spellFilters' || this.inRightDrawer == 'magicItemFilters') { return 'mdi-filter-variant' } return 'mdi-menu'