move hidden hashtag menu

This commit is contained in:
Kainoa Kanter 2023-04-07 22:54:25 -07:00
parent e6c1090cdc
commit 4a1a954386

View file

@ -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,