From 877f772f575e13600d6b3544ca8bf4848f63336f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 01:14:48 +0100 Subject: [PATCH] Reorder buttons in QuizRunner component --- client/src/components/QuizRunner.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/QuizRunner.tsx b/client/src/components/QuizRunner.tsx index a02c5f8..2e3a903 100644 --- a/client/src/components/QuizRunner.tsx +++ b/client/src/components/QuizRunner.tsx @@ -434,14 +434,14 @@ export default function QuizRunner({ defaultMode = 'all', defaultEntryId, autoSt )} {showResult && ( <> + {lastCorrect && !showExplanation && ( )} - )}