Skip to content

Commit

Permalink
Switch to globe icon
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Jan 14, 2025
1 parent 140ace0 commit 2cc8c8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createBlock } from '@wordpress/blocks';
import { Path, Icon } from '@wordpress/components';
import { __, _x } from '@wordpress/i18n';
import { link } from '@wordpress/icons';
import { globe } from '@wordpress/icons';
import { filter, isEmpty, map, startsWith, trim } from 'lodash';
import JetpackField from './components/jetpack-field';
import JetpackFieldCheckbox from './components/jetpack-field-checkbox';
Expand Down Expand Up @@ -419,7 +419,7 @@ export const childBlocks = [
description: __( 'Collect a website address from your site visitors.', 'jetpack-forms' ),
icon: (
<Icon
icon={ link }
icon={ globe }
style={ {
fill: getIconColor(),
} }
Expand Down

0 comments on commit 2cc8c8a

Please sign in to comment.