1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-05 02:08:14 +09:00

fix(navbar): remove federation link on menu

This commit is contained in:
オスカー、 2024-06-21 00:21:51 +09:00
parent 061441e856
commit 06033af134
Signed by: SWREI
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',