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 and whyisjake committed Aug 9, 2020
1 parent 2c67a03 commit 842286e
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 @@ -93,7 +93,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 842286e

Please sign in to comment.