Custom Checkout Progress

This commit is contained in:
Bel Curcio 2021-05-27 14:36:57 -03:00
parent 285a98f46c
commit ca2f9997ac
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ const CheckoutSidebarView: FC = () => {
<span>{total}</span> <span>{total}</span>
</div> </div>
<div> <div>
<Button href="/checkout" Component="a" width="100%"> <Button Component="a" width="100%">
Confirm Purchase Confirm Purchase
</Button> </Button>
</div> </div>

View File

@ -87,7 +87,7 @@ const PaymentMethodView: FC = () => {
</div> </div>
</div> </div>
<div className="mt-10 sticky z-20 bottom-0 w-full right-0 left-0 p-6"> <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 Continue
</Button> </Button>
</div> </div>