Skip to content

Commit

Permalink
Add aria label for axe
Browse files Browse the repository at this point in the history
  • Loading branch information
JelloBagel committed Dec 10, 2024
1 parent f2d8df1 commit 1f9ca0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const LightweightVariant = () => (
)

export const LightweightNestedVariant = () => (
<SideNav bordered>
<SideNav bordered aria-label="Main">
<SideNav.Link href="#url">
<Octicon size={16} icon={PersonIcon} />
<Text>Account</Text>
Expand Down

0 comments on commit 1f9ca0e

Please sign in to comment.