Skip to content

Commit f833aaf

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 8589b59 commit f833aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export const ExpandableSectionWithHeading = () => {
2727

2828
{/* Using toggleWrapper prop for proper heading semantics */}
2929
<ExpandableSection
30-
toggleWrapper="h2"
31-
toggleText="Important Information"
30+
toggleWrapper="h5"
31+
toggleText="Toggle as a heading"
3232
onToggle={onToggle1}
3333
isExpanded={isExpanded1}
3434
>

0 commit comments

Comments
 (0)