diff --git a/src/components/talk/Events.astro b/src/components/talk/Events.astro index 677c38112..3c49b79f8 100644 --- a/src/components/talk/Events.astro +++ b/src/components/talk/Events.astro @@ -32,13 +32,13 @@ const { events } = Astro.props; ) : ( event.name - )} - {event.location && `in ${event.location} -`} + )}{" "} + {event.location && `in ${event.location} -`}{" "} {new Date(event.date).toLocaleDateString("en-GB", { day: "numeric", month: "long", year: "numeric", - })} + })}{" "} {event.online && "(online)"} ))}