Skip to content

Commit

Permalink
hide events and links to the events page (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
goslingo authored May 13, 2024
1 parent 683fa3a commit 50d7551
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ const Footer = () => {
<Trans t={t}>Contributors</Trans>
</TextLink>
</li>
<li>
{/* <li>
<TextLink
to="/community/events"
className="block py-1.5 leading-[1.3]"
>
<Trans t={t}>Events & Meetups</Trans>
</TextLink>
</li>
</li> */}
<li>
<TextLink
to="https://fairground.wtf/"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/community/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const CommunityPage = ({ data }) => {
</div>
</div>
</Container>
<div className="relative mt-space-10 mb-10 md:-top-6">
<div className="relative mb-10 mt-space-10 md:-top-6">
<CommunityResponsive />
</div>
<Container>
Expand Down Expand Up @@ -123,12 +123,12 @@ const CommunityPage = ({ data }) => {
/>
</div>

<div class="my-space-10 xl:my-space-14">
{/* <div class="my-space-10 xl:my-space-14">
<h2 className="mb-space-6 text-[2.5rem] leading-none md:mb-space-10 md:text-[3rem]">
<Trans t={t}>Upcoming events + meetups</Trans>
</h2>
<Calendar limit={5} />
</div>
</div> */}

<h2 className="mb-space-6 text-[2.5rem] md:mb-space-10 md:text-[3rem]">
<Trans t={t}>Contribute</Trans>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ const IndexPage = ({ data }) => {
</div>
</div>

<PageSection>
{/* <PageSection>
<div className="lg:grid lg:grid-cols-12">
<div className="lg:col-span-4">
<div className="title-l mb-8 hyphens-auto">
Expand All @@ -315,7 +315,7 @@ const IndexPage = ({ data }) => {
<Calendar limit={3} />
</div>
</div>
</PageSection>
</PageSection> */}

<div className="mb-0 mt-space-10 md:my-space-12 lg:my-space-14">
<AsSeenOn />
Expand Down

0 comments on commit 50d7551

Please sign in to comment.