credits commit

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-27 01:54:21 +00:00
parent 7af4190e6d
commit 890e138829

View File

@@ -129,23 +129,4 @@ export default function Credits() {
</div>
);
}
{operation.replace(/_/g, ' ')}
</div>
<div className="text-sm text-gray-600 dark:text-gray-400 mt-1">
{info.description}
</div>
</div>
<div className="ml-4 text-right">
<Badge variant="light" color="primary" className="font-semibold">
{typeof info.cost === 'number' ? `${info.cost} credits` : info.cost}
</Badge>
</div>
</div>
))}
</div>
</Card>
</div>
</div>
);
}