website refactor
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
export interface SponsorMetric {
|
||||
icon: string; // Icon name (e.g. 'users', 'zap', 'calendar')
|
||||
label: string;
|
||||
value: string | number;
|
||||
value: string;
|
||||
color?: string;
|
||||
trend?: {
|
||||
value: number;
|
||||
value: string;
|
||||
isPositive: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user