reviews + UI

This commit is contained in:
User
2025-02-16 11:17:40 +03:00
parent 73c80dcc16
commit fa53707210
7 changed files with 182 additions and 128 deletions

View File

@@ -42,9 +42,9 @@ export function CartSummary() {
<span>Итого</span>
<span>{totalPrice} </span>
</div>
<Button className="w-full" size="lg" onClick={handleCheckout}>
{/* <Button className="w-full" size="lg" onClick={handleCheckout}>
{isLoggedIn ? "Перейти к оформлению" : "Войти для оформления"}
</Button>
</Button> */}
</div>
)
}