This commit is contained in:
syuilo 2022-12-28 13:26:30 +09:00
parent 7d8d5a52a5
commit a970309b8b
2 changed files with 10 additions and 0 deletions

View File

@ -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,

View File

@ -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,