Skip to content

Commit

Permalink
Switch back to 'Size' in toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed Nov 4, 2020
1 parent 63aeff1 commit c550580
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/block-library/src/social-links/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,7 @@ export function SocialLinksEdit( props ) {
{ ( toggleProps ) => (
<DropdownMenu
label={ __( 'Size' ) }
text={
// Display size value Small, Large, etc..
sizeOptions.find(
( opt ) => opt.value === size
).name || __( 'Size' )
}
text={ __( 'Size' ) }
icon={ null }
popoverProps={ POPOVER_PROPS }
toggleProps={ toggleProps }
Expand Down

0 comments on commit c550580

Please sign in to comment.