Skip to content

Commit b9eba67

Browse files
committed
fix: add hyphen to answer description
1 parent 2f89725 commit b9eba67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/Verdict/Answer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const AnswerDisplay: React.FC<IAnswer> = ({ answer, currentRuling }) => {
3030
<>
3131
{answer ? (
3232
<Container>
33-
<AnswerTitle>{answer.title}</AnswerTitle>
33+
<AnswerTitle>{answer.title} -</AnswerTitle>
3434
<AnswerDescription>{answer.description}</AnswerDescription>
3535
</Container>
3636
) : (

0 commit comments

Comments
 (0)