Skip to content

Commit

Permalink
Use the symbol icon for reusable block menu item (#40020)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored Apr 4, 2022
1 parent 4bd51e1 commit c0c10ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
Flex,
FlexItem,
} from '@wordpress/components';
import { reusableBlock } from '@wordpress/icons';
import { symbol } from '@wordpress/icons';
import { useDispatch, useSelect } from '@wordpress/data';
import { __ } from '@wordpress/i18n';
import { store as noticesStore } from '@wordpress/notices';
Expand Down Expand Up @@ -113,7 +113,7 @@ export default function ReusableBlockConvertButton( {
{ ( { onClose } ) => (
<>
<MenuItem
icon={ reusableBlock }
icon={ symbol }
onClick={ () => {
setIsModalOpen( true );
} }
Expand Down

0 comments on commit c0c10ef

Please sign in to comment.