diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-04-02 09:33:10 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-04-02 09:33:10 -0400 |
| commit | 1840aad741e319eea07b4c38a59e6c294554ab5c (patch) | |
| tree | 3f8bdcdb2ad542636c1ae0fad1c359cbdf9a64ac /packages | |
| parent | fix type error in check-word-mute.ts (diff) | |
| download | sharkey-1840aad741e319eea07b4c38a59e6c294554ab5c.tar.gz sharkey-1840aad741e319eea07b4c38a59e6c294554ab5c.tar.bz2 sharkey-1840aad741e319eea07b4c38a59e6c294554ab5c.zip | |
replace ti-caret-down icon
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/frontend/vite.replaceIcons.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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', |