From e7fec3bfa44193e3f7e7c515061ac55c928d4fda Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 9 Nov 2022 12:26:27 -0800 Subject: [PATCH] clean up openInstanceMenu --- packages/client/src/ui/_common_/navbar-for-mobile.vue | 10 ---------- packages/client/src/ui/_common_/navbar.vue | 10 ---------- packages/client/src/ui/classic.sidebar.vue | 10 ---------- 3 files changed, 30 deletions(-) diff --git a/packages/client/src/ui/_common_/navbar-for-mobile.vue b/packages/client/src/ui/_common_/navbar-for-mobile.vue index a5fb43bd1..6f6fdb8ab 100644 --- a/packages/client/src/ui/_common_/navbar-for-mobile.vue +++ b/packages/client/src/ui/_common_/navbar-for-mobile.vue @@ -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, diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue index 735560f3f..333253709 100644 --- a/packages/client/src/ui/_common_/navbar.vue +++ b/packages/client/src/ui/_common_/navbar.vue @@ -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, diff --git a/packages/client/src/ui/classic.sidebar.vue b/packages/client/src/ui/classic.sidebar.vue index 92f1ab942..d249db287 100644 --- a/packages/client/src/ui/classic.sidebar.vue +++ b/packages/client/src/ui/classic.sidebar.vue @@ -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,