Skip to content
Snippets Groups Projects
Commit 04edb00e authored by Chif Gergő's avatar Chif Gergő
Browse files

Add a heading to events in schedule

parent 2e71b6d1
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ class Schedule extends Component { ...@@ -42,6 +42,7 @@ class Schedule extends Component {
</h3> </h3>
</Accordion.Title> </Accordion.Title>
<Accordion.Content active={activeIndex === event.id}> <Accordion.Content active={activeIndex === event.id}>
<h4>Leírás:</h4>
<p> <p>
{event.description} {event.description}
</p> </p>
......
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