Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove commentary block
  • Loading branch information
martincadoux authored and elfakamal committed Mar 8, 2018
1 parent 554991e commit 417cc4e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/containers/Header.jsx
Expand Up @@ -5,7 +5,6 @@ import cx from 'classnames';

import clock from '../assets/images/icons/icon_clock.svg';
import rocket from '../assets/images/icons/icon_rocket.svg';
import english from '../assets/images/icons/icon_english.svg';

const mapStateToProps = ({
currentCourse,
Expand Down Expand Up @@ -71,14 +70,6 @@ export class Header extends React.Component {
</a>
</li>
</ul>

{/*<ul className="links__list -language">
<li className="links__item">
<a className="page-link no-link-style" href="/en" title="Switch to English">
<img src={english} alt="Switch to English" title="Switch to English" width="18" height="12"></img>
</a>
</li>
</ul>*/}
</div>
</div>
</header>
Expand Down

0 comments on commit 417cc4e

Please sign in to comment.