diff options
| author | Marie <github@yuugi.dev> | 2024-11-03 03:43:09 +0100 |
|---|---|---|
| committer | Marie <github@yuugi.dev> | 2024-12-09 05:31:52 +0100 |
| commit | 1ee41d239c46f2f2ef64cc1fe77888ffd38259e2 (patch) | |
| tree | 214582a66994e92dcd24fe790d4dcb9800f8e61a /packages/frontend/vite.replaceIcons.ts | |
| parent | fix: drive content not being loaded (diff) | |
| download | sharkey-1ee41d239c46f2f2ef64cc1fe77888ffd38259e2.tar.gz sharkey-1ee41d239c46f2f2ef64cc1fe77888ffd38259e2.tar.bz2 sharkey-1ee41d239c46f2f2ef64cc1fe77888ffd38259e2.zip | |
chore: add new ti icon to replace
Diffstat (limited to 'packages/frontend/vite.replaceIcons.ts')
| -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 ae9a8f81d6..71005fab31 100644 --- a/packages/frontend/vite.replaceIcons.ts +++ b/packages/frontend/vite.replaceIcons.ts @@ -175,6 +175,7 @@ export function pluginReplaceIcons() { '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', + 'ti ti-calendar-event': 'ph-calendar-star ph-bold ph-lg', 'ti ti-camera': 'ph-camera ph-bold ph-lg', 'ti ti-carousel-horizontal': 'ph-split-horizontal ph-bold ph-lg', 'ti ti-carousel-vertical': 'ph-split-vertical ph-bold ph-lg', |