Skip to content

Commit

Permalink
refactor(v2): remove extra active CSS class for menu item links (#2766)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored May 18, 2020
1 parent 48b2b75 commit eed2ade
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ function DocSidebarItem({
{...(isInternalUrl(href)
? {
isNavLink: true,
activeClassName: 'menu__link--active',
exact: true,
onClick: onItemClick,
}
Expand Down

0 comments on commit eed2ade

Please sign in to comment.