Skip to content

Commit 562db52

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 fbe6d46 commit 562db52

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
@@ -48,7 +48,7 @@ export const ExpandableSectionWithHeading = () => {
4848
<p>You can also use the detached variant with heading semantics:</p>
4949

5050
<ExpandableSectionToggle
51-
toggleWrapper="h3"
51+
toggleWrapper="h5"
5252
toggleId="detached-heading-toggle"
5353
contentId="detached-heading-content"
5454
isExpanded={isExpandedDetached}

0 commit comments

Comments
 (0)