From 572797b2579a135f3d30e6fd60e9d03c01625433 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 03:06:01 +0100 Subject: [PATCH] Add state to QuizRunner links for navigation tracking --- client/src/components/QuizRunner.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/client/src/components/QuizRunner.tsx b/client/src/components/QuizRunner.tsx index 39c8bfd..991c0ef 100644 --- a/client/src/components/QuizRunner.tsx +++ b/client/src/components/QuizRunner.tsx @@ -549,7 +549,11 @@ export default function QuizRunner({ defaultMode = 'all', defaultEntryId, autoSt Home {entryLink && ( - + Back to learn page )} @@ -566,7 +570,7 @@ export default function QuizRunner({ defaultMode = 'all', defaultEntryId, autoSt {idx + 1}. {question.prompt_en || 'Question'} {isRandomMode && ( - + Learn page » )}