mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-12 21:58:12 +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,
|
text: i18n.ts.customEmojis,
|
||||||
icon: 'ti ti-icons',
|
icon: 'ti ti-icons',
|
||||||
to: '/about#emojis',
|
to: '/about#emojis',
|
||||||
}, {
|
}, /* {
|
||||||
type: 'link',
|
type: 'link',
|
||||||
text: i18n.ts.federation,
|
text: i18n.ts.federation,
|
||||||
icon: 'ti ti-whirl',
|
icon: 'ti ti-whirl',
|
||||||
to: '/about#federation',
|
to: '/about#federation',
|
||||||
}, {
|
}, */ {
|
||||||
type: 'link',
|
type: 'link',
|
||||||
text: i18n.ts.charts,
|
text: i18n.ts.charts,
|
||||||
icon: 'ti ti-chart-line',
|
icon: 'ti ti-chart-line',
|
||||||
|
Loading…
Reference in New Issue
Block a user