Skip to content

Commit 49e3ef9

Browse files
committed
Lesson 09 Final
1 parent a085177 commit 49e3ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default React.createClass({
77
<div>
88
<h1>React Router Tutorial</h1>
99
<ul role="nav">
10+
<li><NavLink to="/" onlyActiveOnIndex>Home</NavLink></li>
1011
<li><NavLink to="/about">About</NavLink></li>
1112
<li><NavLink to="/repos">Repos</NavLink></li>
1213
</ul>

0 commit comments

Comments
 (0)