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 »
)}