Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update events section for all events #1514

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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