fix: remove privacy policy from footer links fixes #161
This commit is contained in:
parent
bbb1e4238a
commit
f12c9ecb88
|
@ -86,7 +86,6 @@ export const FooterLinksItems: {
|
|||
key: 'info',
|
||||
links: [
|
||||
{ label: 'Terms of Service', href: '/terms' },
|
||||
{ label: 'Privacy Policy', href: '/privacy' },
|
||||
{ label: 'about', href: '/about' },
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue