Skip to content

Commit

Permalink
For domain actions button Use the same icon that is used in Sites
Browse files Browse the repository at this point in the history
  • Loading branch information
merkushin committed Feb 6, 2025
1 parent 6f55209 commit edfc152
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Gridicon } from '@automattic/components';
import { DropdownMenu, MenuGroup, MenuItem } from '@wordpress/components';
import { moreVertical } from '@wordpress/icons';
import { useI18n } from '@wordpress/react-i18n';
import React, { ComponentType } from 'react';
import { canSetAsPrimary } from '../utils/can-set-as-primary';
Expand Down Expand Up @@ -183,7 +183,7 @@ export const DomainsTableRowActions = ( {
return (
<DropdownMenu
className="domains-table-row__actions"
icon={ <Gridicon icon="ellipsis" /> }
icon={ moreVertical }
label={ __( 'Domain actions' ) }
>
{ ( { onClose } ) => (
Expand Down

0 comments on commit edfc152

Please sign in to comment.