mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Payment cards redesign #2
This commit is contained in:
parent
4bb09bb5b1
commit
9d65194dbd
28 changed files with 350 additions and 230 deletions
|
@ -17,8 +17,9 @@ const ModalFastlane = ( { setModalIsVisible } ) => {
|
|||
return (
|
||||
<PaymentMethodModal
|
||||
setModalIsVisible={ setModalIsVisible }
|
||||
icon="payment-method-fastlane"
|
||||
icon="payment-method-fastlane-big"
|
||||
title={ __( 'Fastlane by PayPal', 'woocommerce-paypal-payments' ) }
|
||||
size="small"
|
||||
>
|
||||
<div className="ppcp-r-modal__field-rows ppcp-r-modal__field-rows--fastlane">
|
||||
<div className="ppcp-r-modal__field-row">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue