mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
Custom Checkout Progress
This commit is contained in:
parent
285a98f46c
commit
ca2f9997ac
@ -176,7 +176,7 @@ const CheckoutSidebarView: FC = () => {
|
||||
<span>{total}</span>
|
||||
</div>
|
||||
<div>
|
||||
<Button href="/checkout" Component="a" width="100%">
|
||||
<Button Component="a" width="100%">
|
||||
Confirm Purchase
|
||||
</Button>
|
||||
</div>
|
||||
|
@ -87,7 +87,7 @@ const PaymentMethodView: FC = () => {
|
||||
</div>
|
||||
</div>
|
||||
<div className="mt-10 sticky z-20 bottom-0 w-full right-0 left-0 p-6">
|
||||
<Button href="/checkout" Component="a" width="100%" variant="ghost">
|
||||
<Button Component="a" width="100%" variant="ghost">
|
||||
Continue
|
||||
</Button>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user