Skip to content

Commit

Permalink
add privacy policy to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarkhatov committed Aug 29, 2024
1 parent d96307c commit 0b59d2e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ export const Footer: React.FC<FooterProps> = () => {
>
Terms of Use
</a>
<a
href="https://babylonlabs.io/privacy-policy"
target="_blank"
rel="noopener noreferrer"
className="transition-colors hover:text-primary"
>
Privacy Policy
</a>
</div>
<div className="flex flex-wrap justify-center gap-8 p-4 pt-2 md:flex-row md:p-6 md:pt-2">
{iconLinks.map(({ name, url, Icon }) => (
Expand Down

0 comments on commit 0b59d2e

Please sign in to comment.