Skip to content

Commit

Permalink
fix: switcher aria label text
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm2377 committed Sep 22, 2020
1 parent 6160b63 commit 00c82f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Switcher = ({ children }) => {
return (
<nav
className={cx(nav, { [open]: switcherIsOpen })}
aria-label="IBM Design ecosystem navigation"
aria-label="IBM Design ecosystem"
tabIndex="-1"
style={{ maxHeight }}>
<ul ref={listRef}>{children}</ul>
Expand Down

0 comments on commit 00c82f7

Please sign in to comment.