Skip to content

Commit

Permalink
Add activeClassName to Link examples (#16658)
Browse files Browse the repository at this point in the history
Allows people to more easily find how to style active links if they are wanting to
  • Loading branch information
samrobbins85 committed Aug 28, 2020
1 parent 20a4928 commit 8217597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api-reference/next/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ description: Enable client-side transitions between routes with the built-in Lin
<summary><b>Examples</b></summary>
<ul>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/hello-world">Hello World</a></li>
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/active-class-name">Active className on Link</a></li>
</ul>
</details>

Expand Down

0 comments on commit 8217597

Please sign in to comment.