diff --git a/packages/frontend/src/ui/_common_/common.ts b/packages/frontend/src/ui/_common_/common.ts index c3b22cd9e..c63e962a8 100644 --- a/packages/frontend/src/ui/_common_/common.ts +++ b/packages/frontend/src/ui/_common_/common.ts @@ -48,21 +48,11 @@ export function openInstanceMenu(ev: MouseEvent) { icon: 'ti ti-cookie', }], }, null, { - type: 'parent', text: i18n.ts.help, icon: 'ti ti-question-circle', - children: [{ - type: 'link', - to: '/mfm-cheat-sheet', - text: i18n.ts._mfm.cheatSheet, - icon: 'ti ti-code', - }, null, { - text: i18n.ts.document, - icon: 'ti ti-question-circle', - action: () => { - window.open('https://misskey-hub.net/help.html', '_blank'); - }, - }], + action: () => { + window.open('https://misskey-hub.net/help.html', '_blank'); + }, }, { type: 'link', text: i18n.ts.aboutMisskey,