Fix shopify cart

This commit is contained in:
Rami Bitar
2026-05-08 09:25:35 -04:00
parent ef941245d1
commit f0323c2c57
2 changed files with 1 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ export function Navigation({
)}
{showCart === "yes" && (
<button
onClick={() => setCartOpen(true)}
onClick={() => cart.openCart()}
aria-label="Cart"
className="relative inline-flex h-10 w-10 items-center justify-center rounded-full transition-colors hover:bg-foreground/5"
>