File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const ShoppingCartPage = () => {
102102 < button id = "clear-cart-btn" className = "mt-4 px-4 py-2 bg-red-500 text-white rounded hover:bg-red-600" onClick = { clearCart } > Clear Cart</ button >
103103 { user ? (
104104 < >
105- < Link to = "/checkout" id = "checkout -btn" className = "mt-6 px-6 py-3 bg-green-600 text-white rounded hover:bg-green-700 w-full text-lg font-bold text-center block" > Checkout</ Link >
105+ < Link to = "/checkout" id = "place-order -btn" className = "mt-6 px-6 py-3 bg-green-600 text-white rounded hover:bg-green-700 w-full text-lg font-bold text-center block" > Checkout</ Link >
106106 </ >
107107 ) : (
108108 < div className = "mt-6 px-6 py-3 bg-yellow-100 text-yellow-800 rounded w-full text-center text-lg font-semibold" >
You can’t perform that action at this time.
0 commit comments