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'