generated from muhtadeetaron/nextjs-template
fix(ui): fix question item answer indexing in results page
This commit is contained in:
@ -26,7 +26,7 @@ const QuestionItem = (props: QuestionItemProps) => {
|
||||
|
||||
return (
|
||||
<div className="border-[0.5px] border-[#8abdff]/60 rounded-2xl p-4 flex flex-col">
|
||||
<h3 className="text-xl font-medium mb-[20px]">
|
||||
<h3 className="text-xl font-semibold ">
|
||||
{question.id}. {question.question}
|
||||
</h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user