fix: remove privacy policy from footer links fixes #161

This commit is contained in:
Hossein Mehrabi 2023-08-31 16:49:38 +03:30
parent bbb1e4238a
commit f12c9ecb88
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ export const FooterLinksItems: {
key: 'info', key: 'info',
links: [ links: [
{ label: 'Terms of Service', href: '/terms' }, { label: 'Terms of Service', href: '/terms' },
{ label: 'Privacy Policy', href: '/privacy' },
{ label: 'about', href: '/about' }, { label: 'about', href: '/about' },
], ],
}, },