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

Temporarily hide events #1175

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,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
Loading