Skip to content

Commit

Permalink
Use edit icon for gallery.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias committed Jun 12, 2017
1 parent 213e75a commit 87bcdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/library/gallery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ registerBlockType( 'core/gallery', {
<div className={ `blocks-gallery align${ align } columns-${ columns }` }>
<Fill name="Formatting.Toolbar">
<Toolbar controls={ [ {
icon: 'format-image',
icon: 'edit',
title: __( 'Edit Gallery' ),
onClick: () => editMediaLibrary( attributes, setAttributes ),
} ] } />
Expand Down

0 comments on commit 87bcdc9

Please sign in to comment.