chore: add privacy policy link to footer

This commit is contained in:
jinhojang6 2024-01-29 23:17:57 +09:00 committed by Hossein Mehrabi
parent 2f7b5fdad0
commit f09d8255ad
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 1 additions and 0 deletions

View File

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