Skip to content
This repository was archived by the owner on Aug 4, 2026. It is now read-only.

Commit 925dfcd

Browse files
Fix checkout button navigation - change from /cart to /checkout (#19)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 50a2c60 commit 925dfcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/react-app/components/CartDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function CartSummary({ subtotal, discount, shippingEstimate, taxEstimate, total,
214214

215215
{/* Checkout Button */}
216216
<Link
217-
to="/cart"
217+
to="/checkout"
218218
className="block w-full py-3 bg-black text-white text-center rounded-lg font-medium hover:bg-gray-800 transition-colors"
219219
>
220220
Proceed to Checkout

0 commit comments

Comments
 (0)