fix(navbar): remove federation link on menu
This commit is contained in:
parent
93588cbd13
commit
68be23589b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue