tweak ui
This commit is contained in:
parent
7d8d5a52a5
commit
a970309b8b
2 changed files with 10 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue