Skip to content

Commit

Permalink
rm privacy policy footer
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarkhatov committed Sep 9, 2024
1 parent 0b59d2e commit fe534e5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/app/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const iconLinks = [

interface FooterProps {}

export const Footer: React.FC<FooterProps> = () => {
export const Footer: React.FC = () => {
return (
<div className="container mx-auto flex flex-col items-center">
<div className="w-24">
Expand All @@ -80,14 +80,6 @@ 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 fe534e5

Please sign in to comment.