Skip to content

Commit fe534e5

Browse files
committed
rm privacy policy footer
1 parent 0b59d2e commit fe534e5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/app/components/Footer/Footer.tsx

+1-9
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const iconLinks = [
6565

6666
interface FooterProps {}
6767

68-
export const Footer: React.FC<FooterProps> = () => {
68+
export const Footer: React.FC = () => {
6969
return (
7070
<div className="container mx-auto flex flex-col items-center">
7171
<div className="w-24">
@@ -80,14 +80,6 @@ export const Footer: React.FC<FooterProps> = () => {
8080
>
8181
Terms of Use
8282
</a>
83-
<a
84-
href="https://babylonlabs.io/privacy-policy"
85-
target="_blank"
86-
rel="noopener noreferrer"
87-
className="transition-colors hover:text-primary"
88-
>
89-
Privacy Policy
90-
</a>
9183
</div>
9284
<div className="flex flex-wrap justify-center gap-8 p-4 pt-2 md:flex-row md:p-6 md:pt-2">
9385
{iconLinks.map(({ name, url, Icon }) => (

0 commit comments

Comments
 (0)