Update src/app/shop/page.tsx
This commit is contained in:
@@ -136,11 +136,11 @@ export default function ShopPage() {
|
|||||||
onQuantityChange={updateQuantity}
|
onQuantityChange={updateQuantity}
|
||||||
onRemove={removeItem}
|
onRemove={removeItem}
|
||||||
total={`$${cartTotal}`}
|
total={`$${cartTotal}`}
|
||||||
buttons=[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout,
|
text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout,
|
||||||
},
|
},
|
||||||
]
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user