Update website/components/footer/index.jsx

Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
This commit is contained in:
Peter M 2022-01-31 13:21:19 -07:00 committed by GitHub
parent 1c27d08122
commit 3d11274c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ export default function Footer({ openConsentManager }) {
<Link href="/security">
<a>Security</a>
</Link>
<a href="https://www.hashicorp.com/brand">Press Kit</a>
<Link href="https://www.hashicorp.com/brand">
<a>Press Kit</a>
</Link>
<a onClick={openConsentManager}>Consent Manager</a>
</div>
</div>