Allow upload of image for events via Admin
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user