diff --git a/apps/web/src/components/game-end-view.tsx b/apps/web/src/components/game-end-view.tsx
index 1434dab..daba468 100644
--- a/apps/web/src/components/game-end-view.tsx
+++ b/apps/web/src/components/game-end-view.tsx
@@ -232,7 +232,7 @@ export function GameEndView({ snapshot }: { snapshot: RoomSnapshot }) {
)}
{gameRecap && gameRecap.length > 0 && (
-
{r.index + 1} ·{" "} {r.category ?? (r.type === "blindtest" ? "Blindtest" : "Quiz")} + {" · "} + ✓ {found}
{r.type !== "blindtest" && ({r.label}
@@ -367,15 +378,22 @@ function RoundsRecap({ )}