diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 18:00:59 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:13 +0100 |
| commit | a25f13cb67420e5f12b657ec06f3eda9de5499be (patch) | |
| tree | 2c20a125318bd60d5b2d9970de721e7d3f13a35a /packages/frontend/vite.config.ts | |
| parent | replaced ti-asterisk and ti-mood-happy (diff) | |
| download | sharkey-a25f13cb67420e5f12b657ec06f3eda9de5499be.tar.gz sharkey-a25f13cb67420e5f12b657ec06f3eda9de5499be.tar.bz2 sharkey-a25f13cb67420e5f12b657ec06f3eda9de5499be.zip | |
replaced ti-leaf and ti-hash
Diffstat (limited to 'packages/frontend/vite.config.ts')
| -rw-r--r-- | packages/frontend/vite.config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/frontend/vite.config.ts b/packages/frontend/vite.config.ts index cfff6851df..1f467690d2 100644 --- a/packages/frontend/vite.config.ts +++ b/packages/frontend/vite.config.ts @@ -208,6 +208,8 @@ export function getConfig(): UserConfig { 'ti ti-file-invoice': 'ph-newspaper-clipping ph-bold ph-lg', 'ti ti-asterisk': 'ph-asterisk ph-bold ph-lg', 'ti ti-mood-happy': 'ph-smiley ph-bold ph-lg', + 'ti ti-leaf': 'ph-leaf ph-bold ph-lg', + 'ti ti-hash': 'ph-hash ph-bold ph-lg', }, }), ...process.env.NODE_ENV === 'production' |