Update loading.tsx

This commit is contained in:
NotII
2025-03-24 17:04:43 +00:00
parent 8534ed040c
commit acd3735277

View File

@@ -20,9 +20,9 @@ export default function DashboardLoading() {
{[...Array(4)].map((_, i) => ( {[...Array(4)].map((_, i) => (
<Card key={i} className="border-border/40 shadow-sm"> <Card key={i} className="border-border/40 shadow-sm">
<CardHeader className="pb-2"> <CardHeader className="pb-2">
<CardDescription> <div className="text-sm text-muted-foreground">
<Skeleton className="h-4 w-24" /> <Skeleton className="h-4 w-24" />
</CardDescription> </div>
<div className="flex justify-between items-center"> <div className="flex justify-between items-center">
<CardTitle> <CardTitle>
<Skeleton className="h-7 w-16" /> <Skeleton className="h-7 w-16" />
@@ -48,9 +48,9 @@ export default function DashboardLoading() {
<CardTitle> <CardTitle>
<Skeleton className="h-6 w-52" /> <Skeleton className="h-6 w-52" />
</CardTitle> </CardTitle>
<CardDescription> <div className="text-sm text-muted-foreground">
<Skeleton className="h-4 w-80 mt-1" /> <Skeleton className="h-4 w-80 mt-1" />
</CardDescription> </div>
</div> </div>
</CardHeader> </CardHeader>