update our icons to the new custom font
mostly, `ph-bold` was replacing the font-family, so we're now using `sk-icons-lg`
This commit is contained in:
parent
94dceb9e15
commit
65ae788d90
3 changed files with 8 additions and 8 deletions
|
|
@ -125,7 +125,7 @@ export function openInstanceMenu(ev: MouseEvent) {
|
|||
} : undefined, {
|
||||
type: 'link',
|
||||
text: i18n.ts.aboutMisskey,
|
||||
icon: 'sk-icons sk-shark ph-bold',
|
||||
icon: 'sk-icons sk-shark sk-icons-lg',
|
||||
to: '/about-sharkey',
|
||||
}], ev.currentTarget ?? ev.target, {
|
||||
align: 'left',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue