Skip to content

Commit

Permalink
docs: fix associated label for the twocolumn region example (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker authored Mar 13, 2024
1 parent 6d2d22b commit a5a41e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/components/TwoColumnPanel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ function TwoColumnPanelGroupedItemsExample() {
return (
<TwoColumnPanel>
<ColumnLeft aria-labelledby="group-heading">
<ColumnHeader>Grouped Items</ColumnHeader>
<ColumnHeader id="group-heading">Grouped Items</ColumnHeader>
<ColumnList>
<ColumnGroupHeader id="group-heading">
<ColumnGroupHeader>
<h3>Optional group heading</h3>
</ColumnGroupHeader>
<nav aria-labelledby="group-heading">
Expand Down

0 comments on commit a5a41e4

Please sign in to comment.