add refund message
This commit is contained in:
parent
55cb72ff05
commit
512131e527
1 changed files with 2 additions and 1 deletions
|
@ -21,8 +21,9 @@ export default function CheckoutPage() {
|
|||
<div className="section__actions">
|
||||
<Button button="primary" label={__('Checkout')} />
|
||||
<div>
|
||||
<img src={CreditCards} style={{ height: '2rem' }} />
|
||||
<img src={CreditCards} style={{ height: '1.5rem' }} />
|
||||
</div>
|
||||
<div className="help">We will refund no questions asked within 30 days.</div>
|
||||
</div>
|
||||
}
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue