Commit fe534e5 1 parent 0b59d2e commit fe534e5 Copy full SHA for fe534e5
File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ const iconLinks = [
65
65
66
66
interface FooterProps { }
67
67
68
- export const Footer : React . FC < FooterProps > = ( ) => {
68
+ export const Footer : React . FC = ( ) => {
69
69
return (
70
70
< div className = "container mx-auto flex flex-col items-center" >
71
71
< div className = "w-24" >
@@ -80,14 +80,6 @@ export const Footer: React.FC<FooterProps> = () => {
80
80
>
81
81
Terms of Use
82
82
</ 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 >
91
83
</ div >
92
84
< div className = "flex flex-wrap justify-center gap-8 p-4 pt-2 md:flex-row md:p-6 md:pt-2" >
93
85
{ iconLinks . map ( ( { name, url, Icon } ) => (
You can’t perform that action at this time.
0 commit comments