From fb2e0dcf5dfe3abe5c0f8fcfbc1803759979ee13 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Mon, 5 Feb 2024 23:20:12 +0900 Subject: [PATCH] chore: update nav links --- src/configs/data.configs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configs/data.configs.ts b/src/configs/data.configs.ts index 542d84c..16a8f6f 100644 --- a/src/configs/data.configs.ts +++ b/src/configs/data.configs.ts @@ -18,7 +18,7 @@ export const AuthorsConfig = { export const NavLinksItems = [ { label: 'Articles', href: '/search?type=article' }, { label: 'Podcasts', href: getPostLink('podcast') }, - // { label: 'About', href: '/about' }, + { label: 'About', href: '/about' }, ] export const FooterLinksItems: {