Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
jomcarvajal committed Feb 18, 2025
1 parent 7574515 commit 2e30e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SidebarNav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const BodyPortalSidebarNav = styled(
tagName="nav"
slot="sidebar"
data-testid="sidebarnav"
aria-label={ariaLabel}
ariaLabel={ariaLabel}
className={classNames(className, {
collapsed: navIsCollapsed,
mobile: isMobile,
Expand Down

0 comments on commit 2e30e33

Please sign in to comment.