Skip to content

Commit

Permalink
fix(sidenavmenu): remove title attribute, remove duplicate .js file (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Oct 31, 2023
1 parent 9ec49b0 commit a72c87c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 175 deletions.
172 changes: 0 additions & 172 deletions packages/react/src/components/UIShell/SideNavMenu.js

This file was deleted.

4 changes: 1 addition & 3 deletions packages/react/src/components/UIShell/SideNavMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ const SideNavMenu = React.forwardRef<HTMLElement, SideNavMenuProps>(
<IconElement />
</SideNavIcon>
)}
<span className={`${prefix}--side-nav__submenu-title`} title={title}>
{title}
</span>
<span className={`${prefix}--side-nav__submenu-title`}>{title}</span>
<SideNavIcon className={`${prefix}--side-nav__submenu-chevron`} small>
<ChevronDown size={20} />
</SideNavIcon>
Expand Down

0 comments on commit a72c87c

Please sign in to comment.