Merge pull request #11342 from ericvoshall/catalog-a11y-fixes

Accessibility updates for the Catalog page and example App
This commit is contained in:
Patrik Oldsberg
2022-05-19 11:48:17 +02:00
committed by GitHub
15 changed files with 193 additions and 96 deletions
@@ -77,6 +77,7 @@ const SidebarLogo = () => {
to="/"
underline="none"
className={classes.link}
aria-label="Home"
>
{isOpen ? <LogoFull /> : <LogoIcon />}
</Link>