website refactor
This commit is contained in:
@@ -51,13 +51,6 @@ export function StatCard({
|
||||
green: 'text-performance-green',
|
||||
orange: 'text-warning-amber'
|
||||
};
|
||||
|
||||
const iconHexColors = {
|
||||
blue: '#3b82f6',
|
||||
purple: '#a78bfa',
|
||||
green: '#34d399',
|
||||
orange: '#fb923c'
|
||||
};
|
||||
|
||||
const cardContent = (
|
||||
<Card className={`${variantClasses[variant]} ${className} h-full`} p={5}>
|
||||
|
||||
Reference in New Issue
Block a user