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

@@ -112,7 +112,7 @@ function showMenu(ev) {
},
}, null, {
text: i18n.ts.help,
icon: 'ti ti-question-circle',
icon: 'ti ti-help-circle',
action: () => {
window.open('https://misskey-hub.net/help.md', '_blank');
},