fix: display
This commit is contained in:
parent
83debf4ae9
commit
3842921c08
|
@ -75,7 +75,7 @@ const QuestionCardContents: React.FC<{
|
||||||
linkTarget="_blank"
|
linkTarget="_blank"
|
||||||
className="font-normal text-gray-900 w-9/12"
|
className="font-normal text-gray-900 w-9/12"
|
||||||
>
|
>
|
||||||
{question.description}
|
{question.description.replaceAll("---", "")}
|
||||||
</ReactMarkdown>
|
</ReactMarkdown>
|
||||||
|
|
||||||
<h2 className="pt-2 text-xl place-self-center w-full text-center text-gray-900">
|
<h2 className="pt-2 text-xl place-self-center w-full text-center text-gray-900">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user