Skip to content

Commit

Permalink
Let table header be h1
Browse files Browse the repository at this point in the history
  • Loading branch information
jperals committed Jul 19, 2023
1 parent bb15330 commit d531559
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function () {
content={
<Table<Instance>
header={
<ExpandableSection headerText="Click to expand header area">
<ExpandableSection headerText="Click to expand header area" headingTagOverride="h1">
<div style={{ height: '300px' }}>Content</div>
</ExpandableSection>
}
Expand Down

0 comments on commit d531559

Please sign in to comment.