Added: service.misskey.art Link to menu
This commit is contained in:
parent
853c814ed6
commit
a6bdcc3664
3 changed files with 8 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue