Skip to content

Commit 5239a00

Browse files
committed
Add CFP & fix it
1 parent 8d775ae commit 5239a00

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/pages/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { Hero } from "~/sections/hero";
1010
import { OrganizerSection } from "~/sections/organizers";
1111
import { Schedule } from "~/sections/schedule";
1212
import { SpeakersSection } from "~/sections/speakers";
13+
import { CFP } from "~/sections/cfp";
1314
import { Sponsors } from "~/sections/sponsors";
1415
import { Venue } from "~/sections/venue";
1516

@@ -43,6 +44,7 @@ const Home = () => (
4344
<Schedule />
4445
<OrganizerSection />
4546
<Sponsors />
47+
<CFP />
4648
<Venue />
4749
<Coc />
4850
<Footer />

src/sections/cfp.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { Container, Heading } from "theme-ui";
1+
import { Container, Heading, Paragraph, Box } from "theme-ui";
2+
import {ContentButton} from "~/components/header";
23

34
export const CFP = () => (
45
<Container id="cfp" variant="smallContainer">

0 commit comments

Comments
 (0)