Skip to content

Commit 8217597

Browse files
authoredAug 28, 2020
Add activeClassName to Link examples (#16658)
Allows people to more easily find how to style active links if they are wanting to
1 parent 20a4928 commit 8217597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎docs/api-reference/next/link.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ description: Enable client-side transitions between routes with the built-in Lin
88
<summary><b>Examples</b></summary>
99
<ul>
1010
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/hello-world">Hello World</a></li>
11+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/active-class-name">Active className on Link</a></li>
1112
</ul>
1213
</details>
1314

0 commit comments

Comments
 (0)
Please sign in to comment.