Skip to content

Commit 43ea89d

Browse files
committed
Add forgotten file
1 parent b845c6f commit 43ea89d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/sections/cfp_closed.tsx

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import { Box, Container, Heading, Paragraph } from "theme-ui";
2+
3+
import { ContentButton } from "~/components/header";
4+
5+
export const CFP_Closed = () => (
6+
<Container id="cfp" variant="smallContainer">
7+
<Heading>Proposals submission is now closed</Heading>
8+
<Paragraph>
9+
We would like to thank everyone who submitted their proposals! We are now compiling the final version of the event schedule.
10+
</Paragraph>
11+
12+
</Container>
13+
);

0 commit comments

Comments
 (0)