Skip to content

Commit

Permalink
Remove community calls section
Browse files Browse the repository at this point in the history
  • Loading branch information
mirhamasala committed Feb 7, 2025
1 parent 4f4d881 commit 6cc4a7c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 138 deletions.
22 changes: 0 additions & 22 deletions apps/site/src/app/governance/components/CalendarCards/Calendar.tsx

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions apps/site/src/app/governance/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { PageLayout } from '@/components/PageLayout'
import { PageSection } from '@/components/PageSection'
import { StructuredDataScript } from '@/components/StructuredDataScript'

import { CalendarCards } from './components/CalendarCards/CalendarCards'
import { CTAPageSection } from './components/CTAPageSection'
import { governanceDocsData } from './data/governanceDocsData'
import { generateStructuredData } from './utils/generateStructuredData'
Expand Down Expand Up @@ -80,10 +79,6 @@ export default function Governance() {
]}
/>

<PageSection kicker="Upcoming Events" title="Community Calls">
<CalendarCards />
</PageSection>

<CTAPageSection />
</PageLayout>
)
Expand Down

0 comments on commit 6cc4a7c

Please sign in to comment.