We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f89725 commit b9eba67Copy full SHA for b9eba67
web/src/components/Verdict/Answer.tsx
@@ -30,7 +30,7 @@ const AnswerDisplay: React.FC<IAnswer> = ({ answer, currentRuling }) => {
30
<>
31
{answer ? (
32
<Container>
33
- <AnswerTitle>{answer.title}</AnswerTitle>
+ <AnswerTitle>{answer.title} -</AnswerTitle>
34
<AnswerDescription>{answer.description}</AnswerDescription>
35
</Container>
36
) : (
0 commit comments