We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666ec05 commit 09bdb58Copy full SHA for 09bdb58
web/src/app/profile/components/usage-display.tsx
@@ -295,7 +295,7 @@ export const UsageDisplay = ({
295
)
296
297
return (
298
- <Card className="w-full max-w-2xl mx-auto">
+ <Card>
299
<CardHeader className="pb-3">
300
<CardTitle className="text-xl font-bold mb-3">Credit Balance</CardTitle>
301
@@ -395,7 +395,7 @@ export const UsageDisplay = ({
395
}
396
397
export const UsageDisplaySkeleton = () => (
398
399
<CardHeader className="pb-4">
400
<div className="h-7 w-32 bg-muted rounded animate-pulse mb-3" />
401
<div className="h-5 w-64 bg-muted/70 rounded animate-pulse mb-3" />
0 commit comments