|
|
|
@ -79,7 +79,10 @@ function Links({ event_id, ticket_url }) { |
|
|
|
function EventImage({ images }) { |
|
|
|
function EventImage({ images }) { |
|
|
|
const { square = null } = images |
|
|
|
const { square = null } = images |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<img style={style.EventImage} src={`https://kultar.sout.no/${square}`} /> |
|
|
|
<img |
|
|
|
|
|
|
|
style={style.EventImage} |
|
|
|
|
|
|
|
src={`https://kultar.sout.no/events/${square}`} |
|
|
|
|
|
|
|
/> |
|
|
|
) |
|
|
|
) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|