fix(frontend): fix wrong icon name

This commit is contained in:
syuilo 2023-04-22 08:00:37 +09:00
parent ca49ac28b8
commit 9145302b3a
3 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ export function openInstanceMenu(ev: MouseEvent) {
} : undefined],
}, null, {
text: i18n.ts.help,
icon: 'ti ti-question-circle',
icon: 'ti ti-help-circle',
action: () => {
window.open('https://misskey-hub.net/help.html', '_blank');
},