diff --git a/app/game/page.tsx b/app/game/page.tsx index 820717f..b8c110e 100644 --- a/app/game/page.tsx +++ b/app/game/page.tsx @@ -26,8 +26,8 @@ function Game(): GameProps {

{currentQuiz.question}

- {currentQuiz.options.map((option) => ( -