Skip to content

Commit

Permalink
chore: update aside area-label
Browse files Browse the repository at this point in the history
  • Loading branch information
strawji02 committed Nov 14, 2024
1 parent 723710e commit 7d982d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wow-docs/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface SidebarProps {
const Sidebar = ({ style }: SidebarProps) => {
return (
<aside
aria-label="client navigation bar"
aria-label="navigation bar"
className={sidebarContainerStyle}
style={style}
>
Expand Down

0 comments on commit 7d982d9

Please sign in to comment.