Skip to content

Commit

Permalink
fix: add hyphen to answer description
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Dec 6, 2024
1 parent 2f89725 commit b9eba67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Verdict/Answer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const AnswerDisplay: React.FC<IAnswer> = ({ answer, currentRuling }) => {
<>
{answer ? (
<Container>
<AnswerTitle>{answer.title}</AnswerTitle>
<AnswerTitle>{answer.title} -</AnswerTitle>
<AnswerDescription>{answer.description}</AnswerDescription>
</Container>
) : (
Expand Down

0 comments on commit b9eba67

Please sign in to comment.