From e543c76b79830a77385804fdef2e724d0eaf9b76 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 01:47:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42c62e4..525981d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,6 +178,7 @@ export default function DOJPortalPage() { buttonText="Subscribe" termsText="We respect your privacy and will only send updates about newly released official information." onSubmit={(email) => console.log('Email submitted:', email)} + useInvertedBackground={false} /> @@ -212,4 +213,4 @@ export default function DOJPortalPage() { ); -} +} \ No newline at end of file -- 2.49.1