Update packages/frontend/src/ui/_common_/common.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
parent
2b6386df06
commit
569f024e6a
|
|
@ -71,7 +71,7 @@ export function openInstanceMenu(ev: MouseEvent) {
|
||||||
type: 'link',
|
type: 'link',
|
||||||
to: '/avatar-decorations',
|
to: '/avatar-decorations',
|
||||||
text: i18n.ts.manageAvatarDecorations,
|
text: i18n.ts.manageAvatarDecorations,
|
||||||
icon: 'ti ti-icons',
|
icon: 'ti ti-sparkles',
|
||||||
} : undefined],
|
} : undefined],
|
||||||
}, null, (instance.impressumUrl) ? {
|
}, null, (instance.impressumUrl) ? {
|
||||||
text: i18n.ts.impressum,
|
text: i18n.ts.impressum,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue