Skip to content

Commit

Permalink
Update examples/active-class-name/components/Nav.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades authored Aug 6, 2020
1 parent 4a136ef commit 9b458ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/active-class-name/components/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const Nav = () => (
</ActiveLink>
</li>
<li>
<ActiveLink activeClassName="active" href="/[slug]" as="/slug">
<a className="nav-link">Slug</a>
<ActiveLink activeClassName="active" href="/[slug]" as="/dynamic-route">
<a className="nav-link">Dynamic Route</a>
</ActiveLink>
</li>
</ul>
Expand Down

0 comments on commit 9b458ab

Please sign in to comment.