diff --git a/apps/web/src/app/games/memory-quiz/page.tsx b/apps/web/src/app/games/memory-quiz/page.tsx index 6486ded9..9f393e6f 100644 --- a/apps/web/src/app/games/memory-quiz/page.tsx +++ b/apps/web/src/app/games/memory-quiz/page.tsx @@ -413,16 +413,23 @@ function DisplayPhase({ state, dispatch }: { state: SorobanQuizState; dispatch: return (
-
-
+
+
- +
+ +
{countdown && ( @@ -486,8 +492,8 @@ function DisplayPhase({ state, dispatch }: { state: SorobanQuizState; dispatch: {showCard && currentCard && (

Enter the Numbers You Remember

Quiz Results

-
-
+
+
- {state.gamePhase === 'setup' && } - {state.gamePhase === 'display' && } - {state.gamePhase === 'input' && } - {state.gamePhase === 'results' && } +
+ {state.gamePhase === 'setup' && } + {state.gamePhase === 'display' && } + {state.gamePhase === 'input' && } + {state.gamePhase === 'results' && } +