Minor adjustments
This commit is contained in:
parent
1f8988675f
commit
3050cacc39
|
@ -7,7 +7,7 @@ export default ( { width = 157, height = 148, ...props } ) => (
|
|||
<svg
|
||||
width={ width }
|
||||
height={ height }
|
||||
viewBox={ `0 10 ${ width } ${ height }` }
|
||||
viewBox={ `0 13 ${ width } ${ height }` }
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
{ ...props }
|
||||
|
|
|
@ -308,15 +308,15 @@ export const PaymentGatewaySuggestions = ( { onComplete, query } ) => {
|
|||
heading={ __( 'Other payment methods', 'woocommerce' ) }
|
||||
onToggle={ trackToggle }
|
||||
>
|
||||
{ enabledSection }
|
||||
{ additionalSection }
|
||||
{ enabledSection }
|
||||
{ offlineSection }
|
||||
</Toggle>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
{ enabledSection }
|
||||
{ additionalSection }
|
||||
{ enabledSection }
|
||||
{ offlineSection }
|
||||
</>
|
||||
) }
|
||||
|
|
Loading…
Reference in New Issue