diff --git a/frontend/nextjs/components/Question.tsx b/frontend/nextjs/components/Question.tsx index ff824839f..c54065ade 100644 --- a/frontend/nextjs/components/Question.tsx +++ b/frontend/nextjs/components/Question.tsx @@ -17,9 +17,9 @@ const Question: React.FC = ({ question }) => { />

Question: -

+


-
"{question}"
+
"{question}"
); };