1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

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:
dakkar
2024-08-06 18:05:15 +01:00
parent 94dceb9e15
commit 65ae788d90
3 changed files with 8 additions and 8 deletions

View File

@@ -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',