Skip to content

Commit

Permalink
chore: add privacy policy link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhojang6 committed Jan 29, 2024
1 parent 81a9029 commit 0b35b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/data.configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
Expand Down

0 comments on commit 0b35b38

Please sign in to comment.