Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamner committed Jun 19, 2024
1 parent a6028a6 commit 2e62d89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/iconography/src/shared/IconToolbarButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const IconToolbarButton = ( {
<BlockControls group="inline">
<ToolbarButton
icon={ icon }
label={ __( 'Add an icon', 'boxuk' ) }
label={ __( 'Select icon', 'boxuk' ) }
onClick={ () => setOpen( ! open ) }
/>
{ open && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import { registerFormatType } from '@wordpress/rich-text';

/* Internal Dependencies */
import { selectIconAtCurrentCursor, getIconGroups } from '../utils';
import { handleKeyEvent, registerInlineIconography } from '../registerInlineIconography';
import {
handleKeyEvent,
registerInlineIconography,
} from '../registerInlineIconography';

jest.mock( '@wordpress/rich-text', () => ( {
registerFormatType: jest.fn(),
Expand Down

0 comments on commit 2e62d89

Please sign in to comment.