Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-02-19 01:47:42 +00:00

View File

@@ -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}
/>
</div>
@@ -212,4 +213,4 @@ export default function DOJPortalPage() {
</div>
</ThemeProvider>
);
}
}