diff --git a/studio-v2/app/learn/[unitId]/match/page.tsx b/studio-v2/app/learn/[unitId]/match/page.tsx index 2eac9d5..b562b36 100644 --- a/studio-v2/app/learn/[unitId]/match/page.tsx +++ b/studio-v2/app/learn/[unitId]/match/page.tsx @@ -148,9 +148,16 @@ export default function MatchPage() { - {/* Progress bar */} -
-
+ {/* Progress bar with count */} +
+
+
+
+
+ + {matchedTotal}/{totalPairs} + +
{/* Native flash overlay */} @@ -208,7 +215,7 @@ export default function MatchPage() { {roundItems.map(item => (
(