Skip to content

Commit

Permalink
onclick para o guia
Browse files Browse the repository at this point in the history
  • Loading branch information
aliccanti committed Oct 7, 2020
1 parent 6d41c96 commit b52dadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Header = () => {
<Link to="/">Home</Link>
</li>
<li>
<Link to="/guia">Guias</Link>
<Link to="/guia" className="nav-guia" onClick={() => input = true}>Guias</Link>
</li>
<li>
<Link to="/colaboradores">Colaboradores</Link>
Expand Down

0 comments on commit b52dadd

Please sign in to comment.