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 b3eaf09 commit fea9f5eCopy full SHA for fea9f5e
packages/ui-side-nav-bar/src/SideNavBar/SideNavBarItem/index.tsx
@@ -89,9 +89,7 @@ class SideNavBarItem extends Component<SideNavBarItemProps> {
89
css={this.props.styles?.navigationItem}
90
aria-label={this.props.minimized ? (label as string) : undefined}
91
>
92
- <div css={this.props.styles?.icon} aria-hidden="true">
93
- {icon}
94
- </div>
+ <div css={this.props.styles?.icon}>{icon}</div>
95
{!this.props.minimized ? (
96
<div css={this.props.styles?.label}>{label}</div>
97
) : null}
0 commit comments