Skip to content

Commit

Permalink
Update events section for all events
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-aac committed Oct 19, 2023
1 parent e223c26 commit be98783
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ export function BlockCommunityEventsList({
facetsRefinements={{ locale: [params.locale] }}
filters={`start_date_ts > ${getUnixTime(
startOfDay(new Date())
)} AND type: community_event`}
)}`}
/>
<Container maxW="1062px">
<Box>
<Flex justifyContent="center">
<Heading variant="h2" color="heading-navy-fg" mb="64px">
Community Events
Upcoming Events
</Heading>
</Flex>
<CustomHits hitsPerPage={hitsPerPage} />
Expand Down

0 comments on commit be98783

Please sign in to comment.