File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Footer } from "~/components/footer";
55import { Header } from "~/components/header" ;
66import { genericInformation } from "~/data/generic" ;
77import { About } from "~/sections/about" ;
8- import { CFP } from "~/sections/cfp " ;
8+ import { CFP_Closed } from "~/sections/cfp_closed " ;
99import { Coc } from "~/sections/coc" ;
1010import { Hero } from "~/sections/hero" ;
1111import { OrganizerSection } from "~/sections/organizers" ;
@@ -40,7 +40,6 @@ const Home = () => (
4040 < Schedule />
4141 < OrganizerSection />
4242 < Sponsors />
43- < CFP />
4443 < Venue />
4544 < Coc />
4645 < Footer />
Original file line number Diff line number Diff line change 1- import { Container , Heading } from "theme-ui" ;
1+ import { Container , Heading , Paragraph } from "theme-ui" ;
22
33import { ScheduleCard } from "~/components/schedule-card" ;
44import { SCHEDULE } from "~/data/schedule" ;
@@ -7,6 +7,10 @@ export const Schedule = () => (
77 < Container id = "schedule" variant = "smallContainer" >
88 < Heading > Schedule</ Heading >
99
10+ < Paragraph >
11+ We would like to thank everyone who submitted their proposals! We are now compiling the final version of the event schedule.
12+ </ Paragraph >
13+
1014 { SCHEDULE . map ( ( schedule , index ) => (
1115 < ScheduleCard
1216 variant = { schedule . label ? "info" : "talk" }
You can’t perform that action at this time.
0 commit comments