Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ocelotconsulting/ocelotconsulting.g…
Browse files Browse the repository at this point in the history
…ithub.io
  • Loading branch information
nerddtvg committed Feb 14, 2024
2 parents 71fe99e + f78e6d5 commit 2894270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function Footer() {
<div className="border-t border-dark-gray p-4 text-xs">
<div className="container mx-auto flex flex-col lg:flex-row justify-between">
<div className="text-center">
&copy; {(new Date()).getFullYear()} Ocelot Consulting, Part of Accenture. All rights reserved. | <a href="https://www.accenture.com/us-en/about/privacy-policy" className="hover:text-accent" target="_blank" title="Privacy Policy">Privacy Policy</a> | <a href="https://www.accenture.com/us-en/support/company-cookies-similar-technology" className="hover:text-accent" target="_blank" title="Privacy Policy">Cookies Policy</a> | <a onClick={() => { (window as any).OneTrust?.ToggleInfoDisplay(); }} id="ot-sdk-btn" className="cursor-pointer hover:text-accent" title="Cookies Settings">Cookies Settings</a>
&copy; {(new Date()).getFullYear()} Ocelot Consulting, Part of Accenture. All rights reserved. | <a href="https://www.accenture.com/us-en/about/privacy-policy" className="hover:text-accent" target="_blank" title="Privacy Policy">Privacy Policy</a> | <a href="https://www.accenture.com/us-en/support/company-cookies-similar-technology" className="hover:text-accent" target="_blank" title="Privacy Policy">Cookies Policy</a> | <a onClick={() => { (window as any).OneTrust?.ToggleInfoDisplay(); }} id="ot-sdk-btn" className="cursor-pointer hover:text-accent" title="Cookies Settings">Cookies Settings</a> | <a href="https://www.accenture.com/us-en/form-do-not-sell-my-personal-information" className="hover:text-accent" target='_blank' title='Do Not Sell My Personal Information'>Do Not Sell My Personal Information</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 2894270

Please sign in to comment.