mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-04 09:48:11 +09:00
fix(navbar): remove federation link on menu
This commit is contained in:
parent
061441e856
commit
06033af134
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user