fix: display

This commit is contained in:
NunoSempere 2022-04-28 19:15:38 -04:00
parent 83debf4ae9
commit 3842921c08

View File

@ -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">