diff --git a/app/(main)/quiz/page.tsx b/app/(main)/quiz/page.tsx index 329c1e1..de5448f 100644 --- a/app/(main)/quiz/page.tsx +++ b/app/(main)/quiz/page.tsx @@ -421,7 +421,8 @@ const QuizPage: React.FC = () => { {currentQuestion.options && currentQuestion.options.map((option) => (