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

fix mentor description in mobile view

parent 0790b461
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,9 @@ class Mentors extends Component { ...@@ -56,7 +56,9 @@ class Mentors extends Component {
<Image src={item.image} wrapped ui={false} /> <Image src={item.image} wrapped ui={false} />
<Card.Content> <Card.Content>
<Card.Header>{item.name}</Card.Header> <Card.Header>{item.name}</Card.Header>
<Card.Description>{item.text}</Card.Description> <Card.Description>
<p dangerouslySetInnerHTML={{ __html: item.text }}></p>
</Card.Description>
</Card.Content> </Card.Content>
<Card.Content extra> <Card.Content extra>
<Label> <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