Skip to content

Commit

Permalink
Update icon and tooltip for table of contents. (#3563)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias authored Nov 20, 2017
1 parent 465a718 commit ec09a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/table-of-contents/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ function TableOfContents( { blocks } ) {
renderToggle={ ( { isOpen, onToggle } ) => (
<IconButton
onClick={ onToggle }
icon="admin-page"
icon="info-outline"
aria-expanded={ isOpen }
label={ __( 'Information' ) }
label={ __( 'Content Structure' ) }
disabled={ blocks.length === 0 }
/>
) }
Expand Down

0 comments on commit ec09a87

Please sign in to comment.