diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 18:11:47 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:13 +0100 |
| commit | 0b72513ce57a67f1d9532f78173291ded36b265c (patch) | |
| tree | 175e4c5bfe689cd4aee2aa14e9a48d36170f2c06 /packages/frontend/vite.config.ts | |
| parent | replaced ti-hourglass-empty and ti-search (diff) | |
| download | sharkey-0b72513ce57a67f1d9532f78173291ded36b265c.tar.gz sharkey-0b72513ce57a67f1d9532f78173291ded36b265c.tar.bz2 sharkey-0b72513ce57a67f1d9532f78173291ded36b265c.zip | |
replaced ti-external-link
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 e6a46ea52f..45ed2baa80 100644 --- a/packages/frontend/vite.config.ts +++ b/packages/frontend/vite.config.ts @@ -212,6 +212,7 @@ export function getConfig(): UserConfig { 'ti ti-hash': 'ph-hash ph-bold ph-lg', 'ti ti-hourglass-empty': 'ph-hourglass ph-bold ph-lg', 'ti ti-search': 'ph-magnifying-glass ph-bold ph-lg', + 'ti ti-external-link': 'ph-arrow-square-out ph-bold ph-lg', }, }), ...process.env.NODE_ENV === 'production' |