Skip to content

Commit d918463

Browse files
(BreadCrumbs): add an aria-label attribute
1 parent a33572e commit d918463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/BreadCrumbs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const BreadCrumbs: FC<BreadCrumbsProps> = ({
4949
);
5050

5151
return (
52-
<nav {...props} role='navigation'>
52+
<nav {...props} role='navigation' aria-label='Breadcrumbs'>
5353
<ol className={oClassName}>{children}</ol>
5454
</nav>
5555
);

0 commit comments

Comments
 (0)