Skip to content

Commit

Permalink
Merge pull request #6 from dsmHack/fix-navbar-lints
Browse files Browse the repository at this point in the history
Fixed navbar console lints
  • Loading branch information
nickolaswilson-wf authored Mar 6, 2020
2 parents 0961c96 + a1b5b5f commit 537a759
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ const Navbar = class extends React.Component {
className={`navbar-burger burger ${this.state.navBarActiveClass}`}
data-target="navMenu"
onClick={() => this.toggleHamburger()}
onKeyDown={() => this.toggleHamburger()}
role="button"
tabIndex={0}
>
<span />
<span />
Expand Down

0 comments on commit 537a759

Please sign in to comment.