Added: service.misskey.art Link to menu

This commit is contained in:
Zel9278 2023-10-29 14:24:15 +09:00
parent 853c814ed6
commit a6bdcc3664
3 changed files with 8 additions and 0 deletions

View file

@ -92,6 +92,12 @@ export function openInstanceMenu(ev: MouseEvent) {
action: () => {
window.open('https://misskey-hub.net/help.html', '_blank');
},
}, {
text: i18n.ts.toServiceArt,
icon: 'ti ti-help-circle',
action: () => {
window.open('https://service.misskey.art', '_blank');
},
}, {
type: 'link',
text: i18n.ts.aboutMisskey,