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,
|
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…
Add table
Add a link
Reference in a new issue