fix(frontend): fix wrong icon name
This commit is contained in:
parent
ca49ac28b8
commit
9145302b3a
3 changed files with 3 additions and 3 deletions
|
@ -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');
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue