merge: develop

This commit is contained in:
Mar0xy 2023-11-04 21:52:12 +01:00
commit db29a5c2da
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
134 changed files with 282 additions and 282 deletions

View file

@ -51,7 +51,7 @@ function onContextmenu(ev) {
os.pageWindow(props.to);
},
}, {
icon: 'ph-eject ph-bold pg-lg',
icon: 'ph-eject ph-bold ph-lg',
text: i18n.ts.showInPage,
action: () => {
router.push(props.to, 'forcePage');

View file

@ -92,12 +92,12 @@ export const SomeTabs = {
{
key: 'fairy',
title: 'Fairy',
icon: 'ph-snowflake ph-bold pg-lg',
icon: 'ph-snowflake ph-bold ph-lg',
},
{
key: 'angel',
title: 'Angel',
icon: 'ph-feather ph-bold pg-lg',
icon: 'ph-feather ph-bold ph-lg',
},
],
},