Skip to content

Commit abd010e

Browse files
committed
Fix error
1 parent 9257b53 commit abd010e

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

src/Components/Home/Sections/About.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export default class About extends React.Component {
1111
<p>
1212
<b>Python Pizza</b> is a micro conference organized by the Python Community.
1313
</p>
14-
<br></br>
14+
<br />
1515
<p>
1616
But this one is a truly special edition, a virus won't keep us apart!
1717
And we decided to use this unfortunate circumstances to give something back: all proceeds will go to <a href="https://www.msf.org/">Doctors Without Borders</a></Container>
1818
</p>
19-
<br></br>
19+
<br />
2020
<p>
2121
We believe in and encourage practical sessions, in which developers
2222
share their experience and lessons from real-world projects, each

src/Components/Home/Sections/Speakers.tsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,14 @@ export default class Speakers extends React.Component {
2626
>
2727
CFP
2828
</a>{" "}
29-
is open!!! You have until 6th April (UTC time) to apply! Each talk will
30-
be 10 minutes long and we would love to have many first time
31-
speakers!!
29+
is open!!!
30+
</p>
31+
<br></br>
32+
<p>
33+
You have until 6th April (UTC time) to apply!
34+
</p>
35+
<p>
36+
Each talk will be 10 minutes long and we would love to have many first time speakers!!
3237
</p>
3338
</Container>
3439
</Container>

0 commit comments

Comments
 (0)