clean up openInstanceMenu

This commit is contained in:
ThatOneCalculator 2022-11-09 12:26:27 -08:00
parent 6d3a03d9b6
commit f50a22625f
3 changed files with 0 additions and 30 deletions

View file

@ -76,16 +76,6 @@ function openInstanceMenu(ev: MouseEvent) {
text: i18n.ts.instanceInfo,
icon: 'ph-info-bold ph-lg',
to: '/about',
}, {
type: 'link',
text: i18n.ts.customEmojis,
icon: 'ph-smiley-bold ph-lg',
to: '/about#emojis',
}, {
type: 'link',
text: i18n.ts.federation,
icon: 'ph-planet-bold ph-lg',
to: '/about#federation',
}, null, {
type: 'parent',
text: i18n.ts.help,

View file

@ -130,16 +130,6 @@ function openInstanceMenu(ev: MouseEvent) {
text: i18n.ts.instanceInfo,
icon: 'ph-info-bold ph-lg',
to: '/about',
}, {
type: 'link',
text: i18n.ts.customEmojis,
icon: 'ph-smiley-bold ph-lg',
to: '/about#emojis',
}, {
type: 'link',
text: i18n.ts.federation,
icon: 'ph-planet-bold ph-lg',
to: '/about#federation',
}, null, {
type: 'parent',
text: i18n.ts.help,

View file

@ -143,16 +143,6 @@ function openInstanceMenu(ev: MouseEvent) {
text: i18n.ts.instanceInfo,
icon: 'ph-info-bold ph-lg',
to: '/about',
}, {
type: 'link',
text: i18n.ts.customEmojis,
icon: 'ph-smiley-bold ph-lg',
to: '/about#emojis',
}, {
type: 'link',
text: i18n.ts.federation,
icon: 'ph-planet-bold ph-lg',
to: '/about#federation',
}, null, {
type: 'parent',
text: i18n.ts.help,