Skip to content

Commit

Permalink
refactor: applied style to the inner <NavbarNavLink/> instead of th…
Browse files Browse the repository at this point in the history
…e outer `<li>`
  • Loading branch information
Shreesh09 committed Nov 15, 2023
1 parent 5934faf commit b02d2fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,13 @@ function DropdownNavbarItemMobile({

return (
<li
className={clsx(styles.dropdownNavbarItemMobile, 'menu__list-item', {
className={clsx('menu__list-item', {
'menu__list-item--collapsed': collapsed,
})}>
<NavbarNavLink
role="button"
className={clsx(
styles.dropdownNavbarItemMobile,
'menu__link menu__link--sublist menu__link--sublist-caret',
className,
)}
Expand Down

0 comments on commit b02d2fd

Please sign in to comment.