Skip to content

Commit

Permalink
feat(docs): Active className on Sidebar item (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel authored and levithomason committed Dec 16, 2016
1 parent 1293e18 commit 609847d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/app/Components/Sidebar/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export default class Sidebar extends Component {
onClick={this.handleItemClick}
as={Link}
to={getRoute(_meta)}
activeClassName='active'
/>
))
)(parentComponents)
Expand Down

0 comments on commit 609847d

Please # to comment.