Update src/app/shop/page.tsx
This commit is contained in:
@@ -50,10 +50,6 @@ function ShopPageContent() {
|
||||
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