Skip to content

Commit 8680dee

Browse files
Update packages/react-core/src/components/ExpandableSection/examples/ExpandableSectionWithHeading.tsx
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
1 parent f833aaf commit 8680dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/ExpandableSection/examples/ExpandableSectionWithHeading.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const ExpandableSectionWithHeading = () => {
2222
return (
2323
<Stack hasGutter>
2424
<StackItem>
25-
<h1>Document with Expandable Sections</h1>
25+
<h4>Document with Expandable Sections</h4>
2626
<p>This demonstrates how to use expandable sections with proper heading semantics.</p>
2727

2828
{/* Using toggleWrapper prop for proper heading semantics */}

0 commit comments

Comments
 (0)