Skip to content

Commit ac33969

Browse files
Update packages/calcite-components/src/components/block/block.tsx
Co-authored-by: Kitty Hurley <[email protected]>
1 parent 7f5ed3a commit ac33969

File tree

1 file changed

+1
-1
lines changed
  • packages/calcite-components/src/components/block

1 file changed

+1
-1
lines changed

packages/calcite-components/src/components/block/block.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ export class Block
370370
headerContent
371371
)}
372372
{hasControl ? (
373-
<div aria-describedby={IDS.header} class={CSS.controlContainer}>
373+
<div aria-labelledby={IDS.header} class={CSS.controlContainer}>
374374
<slot name={SLOTS.control} />
375375
</div>
376376
) : null}

0 commit comments

Comments
 (0)