Skip to content

Commit

Permalink
fixes NavLink for UseCases
Browse files Browse the repository at this point in the history
  • Loading branch information
rep0x committed Apr 3, 2019
1 parent 02f2026 commit 24b6d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default class extends Component {
>Ecosystem
</Link>
<Link
to="#use-cases"
to="#vendor"
scroll={el => el.scrollIntoView({ behavior: 'smooth', block: 'start' })}
className={`${this.props.location.hash === '#use-cases' ? 'active' : ''} nav-item`}
>Use Cases
Expand Down

0 comments on commit 24b6d8d

Please sign in to comment.