tweak ui
This commit is contained in:
parent
7d8d5a52a5
commit
a970309b8b
|
@ -87,6 +87,11 @@ function openInstanceMenu(ev: MouseEvent) {
|
||||||
text: i18n.ts.federation,
|
text: i18n.ts.federation,
|
||||||
icon: 'ti ti-whirl',
|
icon: 'ti ti-whirl',
|
||||||
to: '/about#federation',
|
to: '/about#federation',
|
||||||
|
}, {
|
||||||
|
type: 'link',
|
||||||
|
text: i18n.ts.charts,
|
||||||
|
icon: 'ti ti-chart-line',
|
||||||
|
to: '/about#charts',
|
||||||
}, null, {
|
}, null, {
|
||||||
type: 'parent',
|
type: 'parent',
|
||||||
text: i18n.ts.help,
|
text: i18n.ts.help,
|
||||||
|
|
|
@ -110,6 +110,11 @@ function openInstanceMenu(ev: MouseEvent) {
|
||||||
text: i18n.ts.federation,
|
text: i18n.ts.federation,
|
||||||
icon: 'ti ti-whirl',
|
icon: 'ti ti-whirl',
|
||||||
to: '/about#federation',
|
to: '/about#federation',
|
||||||
|
}, {
|
||||||
|
type: 'link',
|
||||||
|
text: i18n.ts.charts,
|
||||||
|
icon: 'ti ti-chart-line',
|
||||||
|
to: '/about#charts',
|
||||||
}, null, {
|
}, null, {
|
||||||
type: 'parent',
|
type: 'parent',
|
||||||
text: i18n.ts.help,
|
text: i18n.ts.help,
|
||||||
|
|
Loading…
Reference in New Issue