Skip to content

Commit

Permalink
change icon from horizontal to vertical ellipsis (#34369)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd authored Aug 30, 2021
1 parent ec62e53 commit 098bd96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* WordPress dependencies
*/
import { check, moreHorizontal } from '@wordpress/icons';
import { check, moreVertical } from '@wordpress/icons';
import { __ } from '@wordpress/i18n';

/**
Expand Down Expand Up @@ -32,7 +32,7 @@ const ToolsPanelHeader = ( props, forwardedRef ) => {
<h2 { ...headerProps } ref={ forwardedRef }>
{ header }
{ hasMenuItems && (
<DropdownMenu icon={ moreHorizontal } label={ menuLabel }>
<DropdownMenu icon={ moreVertical } label={ menuLabel }>
{ ( { onClose } ) => (
<>
<MenuGroup label={ __( 'Display options' ) }>
Expand Down

0 comments on commit 098bd96

Please sign in to comment.