diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 41246af..9373b83 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -83,11 +83,10 @@ export default function ProductPage({ params }: ProductPageProps) {
@@ -98,7 +97,6 @@ export default function ProductPage({ params }: ProductPageProps) { logoText="InDark" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} /> @@ -123,11 +121,10 @@ export default function ProductPage({ params }: ProductPageProps) {
@@ -146,7 +143,6 @@ export default function ProductPage({ params }: ProductPageProps) { logoText="InDark" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} /> @@ -170,11 +166,10 @@ export default function ProductPage({ params }: ProductPageProps) {
@@ -218,7 +213,6 @@ export default function ProductPage({ params }: ProductPageProps) { logoText="InDark" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} />