Skip to content

Commit

Permalink
Use vertical ellipsis icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Apr 19, 2023
1 parent c25c0bf commit 2c2e739
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/edit-site/src/components/list/actions/index.js
Expand Up @@ -10,7 +10,7 @@ import {
MenuItem,
VisuallyHidden,
} from '@wordpress/components';
import { Icon, chevronDown, reset } from '@wordpress/icons';
import { Icon, moreVertical, reset } from '@wordpress/icons';
import { store as noticesStore } from '@wordpress/notices';

/**
Expand Down Expand Up @@ -65,12 +65,11 @@ export default function Actions( { template } ) {

return (
<DropdownMenu
icon={ chevronDown }
icon={ moreVertical }
className="edit-site-list-table__actions"
text={ __( 'Actions' ) }
toggleProps={ {
variant: 'tertiary',
iconPosition: 'right',
} }
>
{ ( { onClose } ) => (
Expand Down

0 comments on commit 2c2e739

Please sign in to comment.