Skip to content

Commit

Permalink
use h2 for heading
Browse files Browse the repository at this point in the history
  • Loading branch information
marekhrabe committed May 6, 2019
1 parent b0771f6 commit 5388055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/editor/src/components/table-of-contents/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ function TableOfContentsPanel( { headingCount, paragraphCount, numberOfBlocks, h
{ headingCount > 0 && (
<Fragment>
<hr />
<span className="table-of-contents__title">
<h2 className="table-of-contents__title">
{ __( 'Document Outline' ) }
</span>
</h2>
<DocumentOutline onSelect={ onRequestClose } hasOutlineItemsDisabled={ hasOutlineItemsDisabled } />
</Fragment>
) }
Expand Down

0 comments on commit 5388055

Please sign in to comment.