Skip to content

Commit bfa25fb

Browse files
Show the cfp section on the home page (#116)
1 parent 211cb07 commit bfa25fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/pages/home/cfp/cfp.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Cfp = () => (
99
Now is your chance to become a speaker at the Cloud Native Days Austria.
1010
</p>
1111
<p className="text-center">
12-
Send us your presentations until the <strong className="text-pink">31st of May</strong>!
12+
Send us your presentations until the <strong className="text-pink">30th of April</strong>!
1313
</p>
1414
<Button to="https://sessionize.com/cloud-native-days-austria/" target="_blank">
1515
Submit a session

src/pages/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const HomePage = () => (
1818
<Layout homepage>
1919
<Hero />
2020
{/* <Schedule /> */}
21-
{/* <Cfp /> */}
21+
<Cfp />
2222
{/* <Info /> */}
2323
<Sponsors />
2424
<PreviousEvents />

0 commit comments

Comments
 (0)