diff options
| author | Amelia Yukii <123300075+Insert5StarName@users.noreply.github.com> | 2023-11-03 23:20:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-03 23:20:53 +0100 |
| commit | 08de1f7baa525c9b59ffb876600149462712cd6b (patch) | |
| tree | b75afb1029f813fb68dc97548e11b608ef335a45 /packages/frontend/src/components/global/MkPageHeader.stories.impl.ts | |
| parent | Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop (diff) | |
| download | sharkey-08de1f7baa525c9b59ffb876600149462712cd6b.tar.gz sharkey-08de1f7baa525c9b59ffb876600149462712cd6b.tar.bz2 sharkey-08de1f7baa525c9b59ffb876600149462712cd6b.zip | |
fix: icons being inconsistent and PG (#136)
Diffstat (limited to 'packages/frontend/src/components/global/MkPageHeader.stories.impl.ts')
| -rw-r--r-- | packages/frontend/src/components/global/MkPageHeader.stories.impl.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/components/global/MkPageHeader.stories.impl.ts b/packages/frontend/src/components/global/MkPageHeader.stories.impl.ts index 171b68cf7d..05d2872e91 100644 --- a/packages/frontend/src/components/global/MkPageHeader.stories.impl.ts +++ b/packages/frontend/src/components/global/MkPageHeader.stories.impl.ts @@ -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', }, ], }, |