This commit is contained in:
gpt-engineer-app[bot] 2025-11-19 03:29:30 +00:00
parent f100deada9
commit a871afd68e

View file

@ -163,7 +163,9 @@ const PresentsPuzzle = ({
const renderGrid = (title: string, openedBoxes: Set<number>, found: number, color: string) => {
return <div className="space-y-3">
<div className="flex items-center justify-between">
<h3 className="font-semibold text-lg">{title}</h3>
<h3 className="font-semibold text-lg">
{title} <span className="text-sm text-muted-foreground">({openedBoxes.size}/100)</span>
</h3>
<Badge variant="secondary" className="text-sm">
<Gift className="w-3 h-3 mr-1" />
{found}/26