website refactor

This commit is contained in:
2026-01-18 22:55:55 +01:00
parent b43a23a48c
commit aeaa43f4d3
179 changed files with 4736 additions and 6832 deletions

View File

@@ -9,7 +9,7 @@ export interface StatBoxProps {
label: string;
value: string | number;
icon: LucideIcon;
intent?: 'primary' | 'success' | 'warning' | 'critical' | 'telemetry';
intent?: 'primary' | 'success' | 'warning' | 'critical' | 'telemetry' | 'low';
}
export const StatBox = ({