Skip to content

Commit

Permalink
Added closing date
Browse files Browse the repository at this point in the history
  • Loading branch information
nerddtvg committed Feb 14, 2024
1 parent 2894270 commit 34fa72c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export default function ContactForm({ redirectTarget }: { redirectTarget?: strin

<FormCheck onChange={evt => setDataConsent(evt.target.checked)} label={<>I agree that Accenture can process my personal data in accordance with the <a href="https://www.accenture.com/us-en/about/privacy-policy" target='_blank' className="underline hover:text-accent" title='Accenture Privacy Statement'>Accenture Privacy Statement</a>.</>} name="dataConsent" checked={false} required />

<p>Ocelot Consulting was acquired by Accenture on November 27, 2023.</p>

<button className="bg-dark-gray enabled:bg-accent text-white px-6 py-3 w-full" type="submit" disabled={!token || !dataConsent}>
Submit
</button>
Expand Down

0 comments on commit 34fa72c

Please sign in to comment.