We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aria-label
1 parent a33572e commit d918463Copy full SHA for d918463
src/scripts/BreadCrumbs.tsx
@@ -49,7 +49,7 @@ export const BreadCrumbs: FC<BreadCrumbsProps> = ({
49
);
50
51
return (
52
- <nav {...props} role='navigation'>
+ <nav {...props} role='navigation' aria-label='Breadcrumbs'>
53
<ol className={oClassName}>{children}</ol>
54
</nav>
55
0 commit comments