move hidden hashtag menu

This commit is contained in:
Kainoa Kanter 2023-04-07 22:54:25 -07:00
parent e6c1090cdc
commit 4a1a954386
1 changed files with 6 additions and 6 deletions

View File

@ -181,12 +181,6 @@ const menuDef = $computed(() => [
to: "/admin/emojis", to: "/admin/emojis",
active: currentPage?.route.name === "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", icon: "ph-planet ph-bold ph-lg",
text: i18n.ts.federation, text: i18n.ts.federation,
@ -275,6 +269,12 @@ const menuDef = $computed(() => [
active: active:
currentPage?.route.name === "instance-block", 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", icon: "ph-ghost ph-bold ph-lg",
text: i18n.ts.proxyAccount, text: i18n.ts.proxyAccount,