From d70024b4b9cc08f2407cc79590b99b2ebdadbaed Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 22 Nov 2024 13:01:25 +0000 Subject: [PATCH] replace more icons --- packages/frontend/vite.replaceIcons.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/frontend/vite.replaceIcons.ts b/packages/frontend/vite.replaceIcons.ts index 7c81064adf..b914b93cd5 100644 --- a/packages/frontend/vite.replaceIcons.ts +++ b/packages/frontend/vite.replaceIcons.ts @@ -37,6 +37,7 @@ export function pluginReplaceIcons() { }, include: [ '**/pages/**', + '**/components/MkAuthConfirm.*', ], }), iconsReplace({ @@ -340,6 +341,8 @@ export function pluginReplaceIcons() { 'ti ti-shield-lock': 'ph-shield ph-bold ph-lg', 'ti ti-slash': 'ph-check-fat ph-bold ph-lg', 'ti ti-snowflake': 'ph-snowflake ph-bold ph-lg', + 'ti ti-sort-ascending-letters': 'ph-sort-ascending ph-bold ph-lg', + 'ti ti-sort-descending-letters': 'ph-sort-descending ph-bold ph-lg', 'ti ti-sparkles': 'ph-sparkle ph-bold ph-lg', 'ti ti-speakerphone': 'ph-megaphone ph-bold ph-lg', 'ti ti-stack-2': 'ph-stack ph-bold ph-lg',