We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e3fdd commit 80b4d6dCopy full SHA for 80b4d6d
src/components/navigation/Breadcrumbs.tsx
@@ -80,6 +80,7 @@ const Breadcrumbs = ({
80
{...muiBreadcrumbsProps}
81
>
82
<Mui_Link
83
+ aria-label="Go to home page"
84
key={"crumb-0"}
85
underline="hover"
86
color="inherit"
@@ -94,6 +95,7 @@ const Breadcrumbs = ({
94
95
96
<HomeIcon
97
data-testid="HomeIcon"
98
+ aria-hidden="true"
99
sx={{ pt: 0.5, fontSize: "1.7em" }}
100
/>
101
</Mui_Link>
0 commit comments