From 5358c4f1d02e7045268810054d6e5402ea2b7c3c Mon Sep 17 00:00:00 2001 From: Marie Date: Fri, 16 Aug 2024 13:50:02 +0000 Subject: [PATCH] chore: fix typo in icon name --- packages/frontend/vite.replaceIcons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/vite.replaceIcons.ts b/packages/frontend/vite.replaceIcons.ts index da038e288a..92ac568ef3 100644 --- a/packages/frontend/vite.replaceIcons.ts +++ b/packages/frontend/vite.replaceIcons.ts @@ -170,7 +170,7 @@ export function pluginReplaceIcons() { 'ti ti-bolt': 'ph-lightning ph-bold ph-lg', 'ti ti-bookmark': 'ph-bookmark ph-bold ph-lg', 'ti ti-brand-x': 'ph-twitter-logo ph-bold ph-lg', - 'ti ti-bulb': 'ph-libghtbulb ph-bold ph-lg', + 'ti ti-bulb': 'ph-lightbulb ph-bold ph-lg', 'ti ti-cake': 'ph-cake ph-bold ph-lg', 'ti ti-calendar': 'ph-calendar ph-bold ph-lg', 'ti ti-calendar-time': 'ph-calendar ph-bold ph-lg',