Skip to content

Commit

Permalink
Merge pull request #1515 from starknet-io/dev
Browse files Browse the repository at this point in the history
Merge dev into production
  • Loading branch information
rafaelcruzazevedo authored Oct 19, 2023
2 parents a700863 + 893324a commit 1a2fedd
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

1 comment on commit 1a2fedd

@vercel
Copy link

@vercel vercel bot commented on 1a2fedd Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

starknet-summit-website – ./workspaces/starknet-summit

starknet-summit-website-git-production-yuki-labs.vercel.app
starknet-summit-website.vercel.app
starknet-summit-website-yuki-labs.vercel.app
summit23.starknet.io

Please sign in to comment.