File tree 2 files changed +6
-3
lines changed
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";
5
5
import { Header } from "~/components/header" ;
6
6
import { genericInformation } from "~/data/generic" ;
7
7
import { About } from "~/sections/about" ;
8
- import { CFP } from "~/sections/cfp " ;
8
+ import { CFP_Closed } from "~/sections/cfp_closed " ;
9
9
import { Coc } from "~/sections/coc" ;
10
10
import { Hero } from "~/sections/hero" ;
11
11
import { OrganizerSection } from "~/sections/organizers" ;
@@ -40,7 +40,6 @@ const Home = () => (
40
40
< Schedule />
41
41
< OrganizerSection />
42
42
< Sponsors />
43
- < CFP />
44
43
< Venue />
45
44
< Coc />
46
45
< 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" ;
2
2
3
3
import { ScheduleCard } from "~/components/schedule-card" ;
4
4
import { SCHEDULE } from "~/data/schedule" ;
@@ -7,6 +7,10 @@ export const Schedule = () => (
7
7
< Container id = "schedule" variant = "smallContainer" >
8
8
< Heading > Schedule</ Heading >
9
9
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
+
10
14
{ SCHEDULE . map ( ( schedule , index ) => (
11
15
< ScheduleCard
12
16
variant = { schedule . label ? "info" : "talk" }
You can’t perform that action at this time.
0 commit comments