Skip to content

Commit

Permalink
Switch back to the vertical ellipsis icon. (#24426)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunandrews authored Aug 7, 2020
1 parent af53147 commit 77694fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
ClipboardButton,
} from '@wordpress/components';
import { useSelect } from '@wordpress/data';
import { moreHorizontal } from '@wordpress/icons';
import { moreVertical } from '@wordpress/icons';

import { Children, cloneElement, useCallback } from '@wordpress/element';
import { serialize } from '@wordpress/blocks';
Expand Down Expand Up @@ -92,7 +92,7 @@ export function BlockSettingsDropdown( {
blocks,
} ) => (
<DropdownMenu
icon={ moreHorizontal }
icon={ moreVertical }
label={ __( 'More options' ) }
className="block-editor-block-settings-menu"
popoverProps={ POPOVER_PROPS }
Expand Down

0 comments on commit 77694fc

Please sign in to comment.