Refactor moderation queue filters

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 19:10:05 +00:00
parent 54e183dad7
commit 0b270b54d9

View File

@@ -65,13 +65,13 @@ export default function Admin() {
<div className="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8"> <div className="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8">
<Card> <Card>
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2"> <CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
<CardTitle className="text-sm font-medium">Pending Reviews</CardTitle> <CardTitle className="text-sm font-medium">Pending Submissions</CardTitle>
<FileText className="h-4 w-4 text-muted-foreground" /> <FileText className="h-4 w-4 text-muted-foreground" />
</CardHeader> </CardHeader>
<CardContent> <CardContent>
<div className="text-2xl font-bold">--</div> <div className="text-2xl font-bold">--</div>
<p className="text-xs text-muted-foreground"> <p className="text-xs text-muted-foreground">
Reviews awaiting moderation Content submissions awaiting moderation
</p> </p>
</CardContent> </CardContent>
</Card> </Card>