add: custom icon font
This commit is contained in:
parent
4ddf847a26
commit
62d1cb490b
7 changed files with 41 additions and 1 deletions
|
@ -103,7 +103,7 @@ function showMenu(ev) {
|
|||
},
|
||||
}, {
|
||||
text: i18n.ts.aboutMisskey,
|
||||
icon: 'ph-info ph-bold ph-lg',
|
||||
icon: 'sk-icons sk-shark ph-bold',
|
||||
action: () => {
|
||||
os.pageWindow('/about-sharkey');
|
||||
},
|
||||
|
|
|
@ -112,6 +112,7 @@ export function openInstanceMenu(ev: MouseEvent) {
|
|||
} : undefined, {
|
||||
type: 'link',
|
||||
text: i18n.ts.aboutMisskey,
|
||||
icon: 'sk-icons sk-shark ph-bold',
|
||||
to: '/about-sharkey',
|
||||
}], ev.currentTarget ?? ev.target, {
|
||||
align: 'left',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue