Skip to content

Commit d0d8a79

Browse files
committed
Close CfP
1 parent 540d9e1 commit d0d8a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Footer } from "~/components/footer";
55
import { Header } from "~/components/header";
66
import { genericInformation } from "~/data/generic";
77
import { About } from "~/sections/about";
8-
import { CFP } from "~/sections/cfp";
8+
import { CFP_Closed } from "~/sections/cfp_closed";
99
import { Coc } from "~/sections/coc";
1010
import { Hero } from "~/sections/hero";
1111
import { OrganizerSection } from "~/sections/organizers";
@@ -40,7 +40,7 @@ const Home = () => (
4040
{/* <Schedule /> */}
4141
<OrganizerSection />
4242
<Sponsors />
43-
<CFP />
43+
<CFP_Closed />
4444
<Venue />
4545
<Coc />
4646
<Footer />

0 commit comments

Comments
 (0)