Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -83,10 +83,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
brandName="Dring Together"
|
||||
navItems={navItems}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
mobileMenuItems={[
|
||||
...navItems,
|
||||
{ type: 'button', text: "Cart", onClick: () => setCartOpen(true) }
|
||||
]}
|
||||
/>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user