Allow upload of image for events via Admin
This commit is contained in:
@@ -72,7 +72,7 @@ const FrontPageView: React.FC<FrontPageViewProps> = ({ events, feed }) => (
|
||||
start_time={event.start_time}
|
||||
text={event.description_fi}
|
||||
link={`/events/${event.id}`}
|
||||
image={event.tags[0].icon}
|
||||
image={event.image || event.tags[0].icon}
|
||||
button={
|
||||
<Button type="filled" onClick={() => { }}>
|
||||
<h6>Lue lisää ›</h6>
|
||||
|
||||
Reference in New Issue
Block a user