Skip to content

Commit ef3b3ac

Browse files
committed
Fix error and remote ticket link for now
1 parent 6845275 commit ef3b3ac

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

src/Components/Header/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ export default class Header extends React.Component {
5151
CoC
5252
</a>
5353
</li>
54-
<li>
54+
{/* <li>
5555
<a
5656
href="https://ti.to/pythonpizza/remote-python-pizza"
5757
target="_blank"
5858
rel="noopener noreferrer"
5959
>
6060
Tickets
6161
</a>
62-
</li>
62+
</li> */}
6363
</ul>
6464
</Container>
6565
</div>

src/Components/Home/Sections/About.tsx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,19 @@ export default class About extends React.Component {
1414
<br />
1515
<p>
1616
But this one is a truly special edition, a virus won't keep us apart!
17-
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>
17+
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>
1818
</p>
19-
<br />
20-
<p>
21-
We believe in and encourage practical sessions, in which developers
22-
share their experience and lessons from real-world projects, each
23-
talk is 10 mins long.
19+
<br />
20+
<p>
21+
We believe in and encourage practical sessions, in which developers
22+
share their experience and lessons from real-world projects, each
23+
talk is 10 mins long.
2424
</p>
25-
<p>Thanks to the Python Pizza (Naples!) that started this format!</p>
25+
<p>
26+
Thanks to the Python Pizza (Naples!) that started this format!
27+
</p>
2628
</Container>
27-
</section>
29+
</section >
2830
);
2931
}
3032
}

0 commit comments

Comments
 (0)