Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -92,7 +92,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<NavbarStyleApple
|
||||
brandName="Gladiatogo"
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
{isLoading ? (
|
||||
|
||||
Reference in New Issue
Block a user