diff --git a/packages/client/src/pages/admin/index.vue b/packages/client/src/pages/admin/index.vue index 881105a234..07dac9c6be 100644 --- a/packages/client/src/pages/admin/index.vue +++ b/packages/client/src/pages/admin/index.vue @@ -181,12 +181,6 @@ const menuDef = $computed(() => [ to: "/admin/emojis", active: currentPage?.route.name === "emojis", }, - { - icon: "ph-hash ph-bold ph-lg", - text: i18n.ts.hashtags, - to: "/admin/hashtags", - active: currentPage?.route.name === "hashtags", - }, { icon: "ph-planet ph-bold ph-lg", text: i18n.ts.federation, @@ -275,6 +269,12 @@ const menuDef = $computed(() => [ active: currentPage?.route.name === "instance-block", }, + { + icon: "ph-hash ph-bold ph-lg", + text: i18n.ts.hiddenTags, + to: "/admin/hashtags", + active: currentPage?.route.name === "hashtags", + }, { icon: "ph-ghost ph-bold ph-lg", text: i18n.ts.proxyAccount,