summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/global/MkPageHeader.stories.impl.ts
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-22 13:34:55 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:32 +0100
commitdf26b6501d2bcd5bb7f27fc69d9aae4bdd5d0658 (patch)
treeca9f220f8262a2716424d4a68e67b04c8d668d4e /packages/frontend/src/components/global/MkPageHeader.stories.impl.ts
parentreplaced ti-arrow-back-up ti-quote ti-send (diff)
downloadsharkey-df26b6501d2bcd5bb7f27fc69d9aae4bdd5d0658.tar.gz
sharkey-df26b6501d2bcd5bb7f27fc69d9aae4bdd5d0658.tar.bz2
sharkey-df26b6501d2bcd5bb7f27fc69d9aae4bdd5d0658.zip
replaced a bunch of ti-*
Diffstat (limited to 'packages/frontend/src/components/global/MkPageHeader.stories.impl.ts')
-rw-r--r--packages/frontend/src/components/global/MkPageHeader.stories.impl.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/frontend/src/components/global/MkPageHeader.stories.impl.ts b/packages/frontend/src/components/global/MkPageHeader.stories.impl.ts
index 22af9c1586..1d079edd2c 100644
--- a/packages/frontend/src/components/global/MkPageHeader.stories.impl.ts
+++ b/packages/frontend/src/components/global/MkPageHeader.stories.impl.ts
@@ -86,17 +86,17 @@ export const SomeTabs = {
{
key: 'princess',
title: 'Princess',
- icon: 'ph-crown ph-bold ph-lg',
+ icon: 'ti ti-crown',
},
{
key: 'fairy',
title: 'Fairy',
- icon: 'ph-snowflake ph-bold ph-lg',
+ icon: 'ti ti-snowflake',
},
{
key: 'angel',
title: 'Angel',
- icon: 'ph-feather ph-bold ph-lg',
+ icon: 'ti ti-feather',
},
],
},