diff --git a/packages/frontend/src/ui/_common_/navbar-for-mobile.vue b/packages/frontend/src/ui/_common_/navbar-for-mobile.vue index 50b28de06..1af138f77 100644 --- a/packages/frontend/src/ui/_common_/navbar-for-mobile.vue +++ b/packages/frontend/src/ui/_common_/navbar-for-mobile.vue @@ -87,6 +87,11 @@ function openInstanceMenu(ev: MouseEvent) { text: i18n.ts.federation, icon: 'ti ti-whirl', to: '/about#federation', + }, { + type: 'link', + text: i18n.ts.charts, + icon: 'ti ti-chart-line', + to: '/about#charts', }, null, { type: 'parent', text: i18n.ts.help, diff --git a/packages/frontend/src/ui/_common_/navbar.vue b/packages/frontend/src/ui/_common_/navbar.vue index b82da15f1..ffc6f7e1c 100644 --- a/packages/frontend/src/ui/_common_/navbar.vue +++ b/packages/frontend/src/ui/_common_/navbar.vue @@ -110,6 +110,11 @@ function openInstanceMenu(ev: MouseEvent) { text: i18n.ts.federation, icon: 'ti ti-whirl', to: '/about#federation', + }, { + type: 'link', + text: i18n.ts.charts, + icon: 'ti ti-chart-line', + to: '/about#charts', }, null, { type: 'parent', text: i18n.ts.help,