Skip to content

Commit f28dc86

Browse files
committed
Change style in call for talks
1 parent e92dd50 commit f28dc86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Components/Home/Sections/Schedule.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default class Schedule extends React.Component {
88
render() {
99
return (
1010
<section id="schedule" className="schedule">
11-
<Container size={Sizes.large}>
11+
<Container size={Sizes.medium}>
1212
<Container size={Sizes.small}>
1313
<h1>Schedule</h1>
1414
</Container>
@@ -21,8 +21,8 @@ export default class Schedule extends React.Component {
2121
/>
2222
))}
2323
</ul> */}
24-
<h2 align="center">Coming soon! <a href="https://forms.gle/um1jAQXWrGpM7qwg6" target="_blank">Apply here for a talk.</a> </h2><br />
25-
<h2 align="center">Each talk will be 10 minutes long and we would love to have many first time speakers!!</h2>
24+
<p><b>Coming soon! <a href="https://forms.gle/um1jAQXWrGpM7qwg6" target="_blank">Apply here for a talk.</a></b></p>
25+
<p>Each talk will be 10 minutes long and we would love to have many first time speakers!</p>
2626
</Container>
2727
</section >
2828
);

0 commit comments

Comments
 (0)