Add /checkout

This commit is contained in:
Luis Alvarez
2020-10-14 19:23:42 -05:00
parent b86ab71cef
commit ddf3a2a8b4
5 changed files with 16 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ const CartSidebarView: FC = () => {
<span>{total}</span>
</div>
</div>
<Button width="100%" onClick={() => openCheckout()}>
<Button href="/checkout" Component="a" width="100%">
Proceed to Checkout
</Button>
</div>