From 8fbbaaac78938068a7b8f6812391e9556a828ebb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 14:14:13 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 6269427..607773c 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -56,7 +56,6 @@ export default function BlogPage() { logoText="InDark" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} /> -- 2.49.1 From 350630112a871256a622747634323ad9e3c78601 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 14:14:14 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1a70b9..1944ce2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,6 +101,8 @@ export default function LandingPage() {
Date: Fri, 20 Feb 2026 14:14:15 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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} />
-- 2.49.1 From 707ce5b57203513cf129776eced595051ee31675 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 14:14:16 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a5a4f51..7af2c2b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -33,11 +33,10 @@ export default function ShopPage() {
@@ -48,7 +47,6 @@ export default function ShopPage() { logoText="InDark" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} /> @@ -72,11 +70,10 @@ export default function ShopPage() {
@@ -95,7 +92,6 @@ export default function ShopPage() { logoText="InDark" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} />
-- 2.49.1