File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,38 +41,38 @@ export default class Header extends React.Component {
4141 ¿Cómo que 🍕?
4242 </ a >
4343 </ li >
44- < li >
44+ { /* <li>
4545 <a
4646 onClick={this.onNavClick}
4747 href="#speakers"
4848 data-destination="speakers"
4949 >
5050 Keynotes
5151 </a>
52- </ li >
53- < li >
52+ </li> */ }
53+ { /* <li>
5454 <a
5555 onClick={this.onNavClick}
5656 href="#schedule"
5757 data-destination="schedule"
5858 >
5959 Programa
6060 </a>
61- </ li >
61+ </li> */ }
6262 < li >
6363 < a onClick = { this . onNavClick } href = "#coc" data-destination = "coc" >
6464 CoC
6565 </ a >
6666 </ li >
67- < li >
67+ { /* <li>
6868 <a
6969 onClick={this.onNavClick}
7070 href="#sponsors"
7171 data-destination="sponsors"
7272 >
7373 Colaboradores
7474 </a>
75- </ li >
75+ </li> */ }
7676 < li >
7777 < a
7878 onClick = { this . onNavClick }
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ export default class Home extends React.Component {
1717 < div className = "home" >
1818 < Hero />
1919 < About />
20- < Speakers />
21- < Schedule />
20+ { /* <Speakers /> */ }
21+ { /* <Schedule /> */ }
2222 < Coc />
23- < Sponsors />
23+ { /* <Sponsors /> */ }
2424 < Staff />
2525 </ div >
2626 ) ;
You can’t perform that action at this time.
0 commit comments