mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Fix the docs 1 column styles
This commit is contained in:
parent
a838c97cd0
commit
913f4ab2b3
2 changed files with 8 additions and 4 deletions
|
@ -44,9 +44,9 @@ const StepWelcome = ( { setStep, currentStep, setCompleted } ) => {
|
|||
</div>
|
||||
<Separator className="ppcp-r-page-welcome-mode-separator" />
|
||||
<WelcomeDocs
|
||||
useAcdc = { false }
|
||||
isFastlane = { false }
|
||||
isPayLater = { false }
|
||||
useAcdc = { true }
|
||||
isFastlane = { true }
|
||||
isPayLater = { true }
|
||||
storeCountry = { 'us' }
|
||||
storeCurrency = { 'usd' }
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue