Fix shopify cart
This commit is contained in:
@@ -108,7 +108,7 @@ export function Navigation({
|
|||||||
)}
|
)}
|
||||||
{showCart === "yes" && (
|
{showCart === "yes" && (
|
||||||
<button
|
<button
|
||||||
onClick={() => setCartOpen(true)}
|
onClick={() => cart.openCart()}
|
||||||
aria-label="Cart"
|
aria-label="Cart"
|
||||||
className="relative inline-flex h-10 w-10 items-center justify-center rounded-full transition-colors hover:bg-foreground/5"
|
className="relative inline-flex h-10 w-10 items-center justify-center rounded-full transition-colors hover:bg-foreground/5"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -77,7 +77,6 @@ export default function App() {
|
|||||||
plugins={plugins}
|
plugins={plugins}
|
||||||
iframe={{ enabled: true }}
|
iframe={{ enabled: true }}
|
||||||
ui={{
|
ui={{
|
||||||
showNavBar: false,
|
|
||||||
leftSideBarVisible: false,
|
leftSideBarVisible: false,
|
||||||
}}
|
}}
|
||||||
onPublish={handlePublish}
|
onPublish={handlePublish}
|
||||||
|
|||||||
Reference in New Issue
Block a user