website refactor
This commit is contained in:
@@ -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 = ({
|
||||
|
||||
Reference in New Issue
Block a user