Skip to content

Commit

Permalink
remove carnival banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Dec 29, 2024
1 parent f14d331 commit 81ef54e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import StaticTable from "@/components/table/static-table";
import { DefaultFiltersProvider } from "@/components/providers/filters";
import { SITE_CONFIG } from "@/data/config";
import { DEFAULT_HOMEPAGE_PAGE_SIZE } from "@/data/fetch";
import EventBanner from "@/components/event-banner";
import { fetchIssues } from "@/lib/api/issues";

const EXPLORE_LABEL = "Explore Open Contributions";
Expand All @@ -38,10 +37,6 @@ export default async function Home() {
</h2>
</section>

<section className={`mb-16 ${container()}`}>
<EventBanner />
</section>

<DefaultFiltersProvider>
<div className="flex flex-col">
<Toolbar label="Suggested Contributions" />
Expand Down

0 comments on commit 81ef54e

Please sign in to comment.