Process
diff --git a/packages/frontend/vite.config.ts b/packages/frontend/vite.config.ts
index 4c98cd5dc0..0824f1645f 100644
--- a/packages/frontend/vite.config.ts
+++ b/packages/frontend/vite.config.ts
@@ -111,6 +111,7 @@ export function getConfig(): UserConfig {
'ti ti-eye-off': 'ti ti-eye-exclamation',
'ti ti-eye-exclamation': 'ph-eye-slash ph-bold ph-lg',
'ti ti-lock': 'ph-lock ph-bold ph-lg',
+ 'ti ti-alert-triangle': 'ph-warning ph-bold ph-lg',
},
}),
...process.env.NODE_ENV === 'production'