Update website/components/footer/index.jsx
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
This commit is contained in:
parent
1c27d08122
commit
3d11274c36
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue