diff --git a/src/Events.js b/src/Events.js index f52cf29..ff80a3a 100644 --- a/src/Events.js +++ b/src/Events.js @@ -1,7 +1,7 @@ import { useEffect, useState } from 'preact/hooks' -import style from './style.js' const endpoint = 'https://kultar.sout.no/events/' + const fetch_options = {} function Link(props) { @@ -80,7 +80,7 @@ function EventImage({ images }) { const { square = null } = images return ( ) @@ -90,7 +90,7 @@ function EventCard({ event }) { const { name, location, date, ticket_url, event_id } = event const { start: start_date } = date return ( - +

{name}