fix(navbar): remove federation link on menu

This commit is contained in:
무라쿠모 2024-06-21 00:21:51 +09:00
parent 93588cbd13
commit 68be23589b
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7

View file

@ -54,12 +54,12 @@ export function openInstanceMenu(ev: MouseEvent) {
text: i18n.ts.customEmojis,
icon: 'ti ti-icons',
to: '/about#emojis',
}, {
}, /* {
type: 'link',
text: i18n.ts.federation,
icon: 'ti ti-whirl',
to: '/about#federation',
}, {
}, */ {
type: 'link',
text: i18n.ts.charts,
icon: 'ti ti-chart-line',