From 1840aad741e319eea07b4c38a59e6c294554ab5c Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Wed, 2 Apr 2025 09:33:10 -0400 Subject: [PATCH] replace ti-caret-down icon --- packages/frontend/vite.replaceIcons.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/vite.replaceIcons.ts b/packages/frontend/vite.replaceIcons.ts index 648e94033d..50220124ce 100644 --- a/packages/frontend/vite.replaceIcons.ts +++ b/packages/frontend/vite.replaceIcons.ts @@ -395,6 +395,7 @@ export function pluginReplaceIcons() { 'ti ti-antenna-bars-3': 'ph-cell-signal-medium ph-bold ph-lg', 'ti ti-arrows-horizontal': 'ph-arrows-horizontal ph-bold ph-lg', 'ti ti-battery-vertical-eco': 'ph-battery-plus-vertical ph-bold ph-lg', + 'ti ti-caret-down': 'ph-caret-down ph-bold ph-lg', 'ti ti-clipboard': 'ph-clipboard ph-bold ph-lg', 'ti ti-cloud-cog': 'ph-cloud-check ph-bold ph-lg', 'ti ti-cloud-down': 'ph-cloud-arrow-down ph-bold ph-lg',