Skip to content

Commit

Permalink
Use Markdown for Eos description
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva committed May 29, 2023
1 parent 1ff2e72 commit 2e205b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Page/Eos/Research.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Research(props: Props): JSX.Element {
<>
{props.description && props.description.length > 0 && (
<Wrapper headline="DESCRIPTION">
<span className={css.text}>{props.description}</span>
<MarkDown text={props.description} />
</Wrapper>
)}
{props.remediation && props.remediation.length > 0 && (
Expand Down

0 comments on commit 2e205b5

Please sign in to comment.