Allow upload of image for events via Admin

This commit is contained in:
Aarni Halinen
2020-07-22 19:09:31 +03:00
parent 8e3a2c7366
commit dc287d1360
4 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class EventPageView extends React.Component<EventPageViewProps> {
<PageSection backgroundColor="white1">
<AsideSection textColor="black1" />
<MainSection textColor="black1">
<img className="event-banner" src={event.tags[0].icon} alt={event.title_fi} ></img>
<img className="event-banner" src={event.image || event.tags[0].icon} alt={event.title_fi} ></img>
<h1 className="event-title">{event.title_fi}</h1>
<p>
{event.description_fi}