Skip to content

Commit

Permalink
Removed WooPay icon border
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardola committed Jan 9, 2025
1 parent 6e4c867 commit 50ef785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/payment-methods-icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,6 @@ export const VisaIcon = iconComponent(
);
export const WooIcon = iconComponent(
WooAsset,
__( 'WooPay', 'woocommerce-payments' )
__( 'WooPay', 'woocommerce-payments' ),
false
);

0 comments on commit 50ef785

Please sign in to comment.