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.
1 parent 43bf39b commit 46a9353Copy full SHA for 46a9353
packages/components/src/components/breadcrumb/breadcrumb.lite.tsx
@@ -34,7 +34,7 @@ export default function DBBreadcrumb(props: DBBreadcrumbProps) {
34
class={cls('db-breadcrumb', props.className)}
35
data-size={props.size}
36
data-separator={props.separator}
37
- aria-label={props.ariaLabel ?? 'Breadcrumb'}>
+ aria-label={props.ariaLabel}>
38
<ol
39
class="db-breadcrumb-list"
40
id={props.id ? `${props.id}-list` : 'db-breadcrumb-list'}>
0 commit comments