From f09d8255adbfe37be4728105f23eb2ac53671018 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Mon, 29 Jan 2024 23:17:57 +0900 Subject: [PATCH] chore: add privacy policy link to footer --- src/configs/data.configs.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/configs/data.configs.ts b/src/configs/data.configs.ts index 01729e7..542d84c 100644 --- a/src/configs/data.configs.ts +++ b/src/configs/data.configs.ts @@ -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' }, ], },