website refactor
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
export interface SponsorMetric {
|
||||
icon: any; // React component (lucide-react icon)
|
||||
icon: string; // Icon name (e.g. 'users', 'zap', 'calendar')
|
||||
label: string;
|
||||
value: string | number;
|
||||
color?: string;
|
||||
|
||||
Reference in New Issue
Block a user