doc: add payment route on checkout button

This commit is contained in:
Leon Xu
2022-05-07 13:34:37 -07:00
parent 1d4b8f215c
commit c555899892
+3 -1
View File
@@ -28,7 +28,9 @@ function Subtotal() {
prefix={"$"}
/>
<button>Proceed to Checkout</button>
<button onClick={(e) => history.push("/payment")}>
Proceed to Checkout
</button>
</section>
);
}