Skip to content

Commit 80b4d6d

Browse files
Add aria label to Breadcrumbs
1 parent 54e3fdd commit 80b4d6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/navigation/Breadcrumbs.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ const Breadcrumbs = ({
8080
{...muiBreadcrumbsProps}
8181
>
8282
<Mui_Link
83+
aria-label="Go to home page"
8384
key={"crumb-0"}
8485
underline="hover"
8586
color="inherit"
@@ -94,6 +95,7 @@ const Breadcrumbs = ({
9495
>
9596
<HomeIcon
9697
data-testid="HomeIcon"
98+
aria-hidden="true"
9799
sx={{ pt: 0.5, fontSize: "1.7em" }}
98100
/>
99101
</Mui_Link>

0 commit comments

Comments
 (0)