diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 17:20:18 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:13 +0100 |
| commit | 8f60c6d7e128e640cc89dffe18799e66b0bc153f (patch) | |
| tree | e54777a78b90f3b16ccb0d3d625a4f47eb16f00b /packages/frontend/vite.config.ts | |
| parent | replaced ti-id (diff) | |
| download | sharkey-8f60c6d7e128e640cc89dffe18799e66b0bc153f.tar.gz sharkey-8f60c6d7e128e640cc89dffe18799e66b0bc153f.tar.bz2 sharkey-8f60c6d7e128e640cc89dffe18799e66b0bc153f.zip | |
replaced ti-cloud
Diffstat (limited to 'packages/frontend/vite.config.ts')
| -rw-r--r-- | packages/frontend/vite.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/vite.config.ts b/packages/frontend/vite.config.ts index 37d1175d04..cf73cd4b02 100644 --- a/packages/frontend/vite.config.ts +++ b/packages/frontend/vite.config.ts @@ -182,6 +182,7 @@ export function getConfig(): UserConfig { 'ti ti-forms': 'ph-textbox ph-bold ph-lg', 'ti ti-trash': 'ph-trash ph-bold ph-lg', 'ti ti-id': 'ph-identification-card ph-bold ph-lg', + 'ti ti-cloud': 'ph-cloud ph-bold ph-lg', }, }), ...process.env.NODE_ENV === 'production' |