website refactor
This commit is contained in:
@@ -9,7 +9,7 @@ export interface StatCardProps {
|
||||
label: string;
|
||||
value: string | number;
|
||||
icon?: LucideIcon;
|
||||
intent?: 'primary' | 'success' | 'warning' | 'critical' | 'telemetry';
|
||||
intent?: 'primary' | 'success' | 'warning' | 'critical' | 'telemetry' | 'low';
|
||||
trend?: {
|
||||
value: number;
|
||||
isPositive: boolean;
|
||||
|
||||
Reference in New Issue
Block a user