We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540d9e1 commit d0d8a79Copy full SHA for d0d8a79
src/pages/index.tsx
@@ -5,7 +5,7 @@ import { Footer } from "~/components/footer";
5
import { Header } from "~/components/header";
6
import { genericInformation } from "~/data/generic";
7
import { About } from "~/sections/about";
8
-import { CFP } from "~/sections/cfp";
+import { CFP_Closed } from "~/sections/cfp_closed";
9
import { Coc } from "~/sections/coc";
10
import { Hero } from "~/sections/hero";
11
import { OrganizerSection } from "~/sections/organizers";
@@ -40,7 +40,7 @@ const Home = () => (
40
{/* <Schedule /> */}
41
<OrganizerSection />
42
<Sponsors />
43
- <CFP />
+ <CFP_Closed />
44
<Venue />
45
<Coc />
46
<Footer />
0 commit comments