Merge version_7 into main #13

Merged
bender merged 4 commits from version_7 into main 2026-02-20 23:22:21 +00:00
Showing only changes of commit bb548bb94c - Show all commits

View File

@@ -136,11 +136,11 @@ export default function ShopPage() {
onQuantityChange={updateQuantity}
onRemove={removeItem}
total={`$${cartTotal}`}
buttons=[
buttons={[
{
text: isCheckoutLoading ? "Processing..." : "Check Out", onClick: handleCheckout,
},
]
]}
/>
</div>
<div id="footer" data-section="footer">