File tree Expand file tree Collapse file tree
src/Components/Home/Sections Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments