We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cb6e2 commit eed152cCopy full SHA for eed152c
app/(admin)/(question-management)/questions/[id]/_components/header.tsx
@@ -38,9 +38,9 @@ function HeaderMain({ id }: { id: string }) {
38
<Badge variant="outline">{question.category}</Badge>
39
<Badge variant={difficultyInfo.variant}>{difficultyInfo.label}</Badge>
40
</div>
41
- <p className="text-muted-foreground">
+ <div className="text-muted-foreground">
42
<Remark>{description}</Remark>
43
- </p>
+ </div>
44
45
);
46
}
0 commit comments