This commit is contained in:
IGNY8 VPS (Salman)
2025-12-04 17:58:41 +00:00
parent 40dfe20ead
commit 1521f3ff8c
13 changed files with 506 additions and 120 deletions

View File

@@ -13,7 +13,7 @@ import Badge from '../../components/ui/badge/Badge';
import {
BoltIcon,
DollarLineIcon,
ClockIcon,
TimeIcon,
CheckCircleIcon
} from '../../icons';
@@ -149,7 +149,7 @@ const CreditsAndBilling: React.FC = () => {
<EnhancedMetricCard
title="Total This Month"
value={usageLogs.reduce((sum, log) => sum + log.credits_used, 0)}
icon={ClockIcon}
icon={TimeIcon}
color="purple"
iconColor="text-purple-500"
/>