Skip to content

Commit

Permalink
Add a link to our security policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Jan 23, 2024
1 parent 2f19874 commit 1bf8e21
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@ const Footer = ({ hideNewsletter }: Props) => {
href="https://www.vmware.com/help/privacy.html"
className="footer-link"
>
Privacy
Privacy Policy
</a>{" "}
{" "}
<a
href="/security-policy/"
className="footer-link"
>
Security Policy
</a>
</p>
</div>
Expand Down

0 comments on commit 1bf8e21

Please sign in to comment.