Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
franzihei authored Dec 4, 2023
1 parent bfaef7c commit 3dbc495
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@ export default function Home({
<CompilerPlayground />
</Section>

{/* Upcoming solidity events
{/* Upcoming solidity events */}
<Section py={sectionPaddingY} gap={12}>
<ShowcaseSection px={0} reverseMobile alignItems="start">
<ShowcaseContent title="Solidity Events" flex={4}>
<Text>
{/* <Text>
The Solidity Summit is a free interactive forum for people
involved and interested in the Solidity language and the
ecosystem around it.
Expand All @@ -259,16 +259,16 @@ export default function Home({
in improvement proposals and actual implementations, foster
communication between teams working on similar topics and
to identify needs for the smart contract ecosystem for Ethereum.
</Text>
</Text> */}
</ShowcaseContent>
<ShowcaseVisual direction="column" flex={5} w="full">
{/* <ShowcaseVisual direction="column" flex={5} w="full">
{nextEvent ? (
<EventCard frontmatter={nextEvent.frontmatter} />
) : (
<Text>No upcoming events</Text>
)}
</ShowcaseVisual>
</ShowcaseSection> */}
</ShowcaseVisual> */}
</ShowcaseSection>

{/* Past events */}
<Section gap={6} px={0}>
Expand Down

0 comments on commit 3dbc495

Please sign in to comment.