Skip to content
Snippets Groups Projects
Commit 0790b461 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

enable html in mentor texts

parent 21c476ad
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class Mentors extends Component {
<Item.Content style={{ padding: '1rem' }}>
<Item.Header>{item.name}</Item.Header>
<Item.Description>
<p>{item.text}</p>
<p dangerouslySetInnerHTML={{ __html: item.text }}></p>
</Item.Description>
<Item.Extra>
<Label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment