We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82effef commit bff9235Copy full SHA for bff9235
lessons/09-index-links/modules/App.js
@@ -9,6 +9,7 @@ export default React.createClass({
9
<ul role="nav">
10
<li><NavLink to="/about">About</NavLink></li>
11
<li><NavLink to="/repos">Repos</NavLink></li>
12
+ <li><NavLink to="/" onlyActiveOnIndex={true}>Home</NavLink></li>
13
</ul>
14
{this.props.children}
15
</div>
0 commit comments