Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Update summary icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Sep 19, 2023
1 parent e486fe9 commit 40a46df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/js/blocks/order-confirmation/summary/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "woocommerce/order-confirmation-summary",
"version": "1.0.0",
"title": "Order Confirmation Summary",
"description": "Display the order confirmation summary.",
"description": "Display a summary of a new order on the order confirmation page.",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],
"supports": {
Expand Down
5 changes: 2 additions & 3 deletions assets/js/blocks/order-confirmation/summary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
* External dependencies
*/
import { registerBlockType } from '@wordpress/blocks';
import { Icon } from '@wordpress/icons';
import { totals } from '@woocommerce/icons';
import { Icon, receipt } from '@wordpress/icons';

/**
* Internal dependencies
Expand All @@ -15,7 +14,7 @@ registerBlockType( metadata, {
icon: {
src: (
<Icon
icon={ totals }
icon={ receipt }
className="wc-block-editor-components-block-icon"
/>
),
Expand Down

0 comments on commit 40a46df

Please sign in to comment.