chore: update nav links

This commit is contained in:
jinhojang6 2024-02-05 23:20:12 +09:00
parent 5b5b8ea500
commit fb2e0dcf5d
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export const AuthorsConfig = {
export const NavLinksItems = [ export const NavLinksItems = [
{ label: 'Articles', href: '/search?type=article' }, { label: 'Articles', href: '/search?type=article' },
{ label: 'Podcasts', href: getPostLink('podcast') }, { label: 'Podcasts', href: getPostLink('podcast') },
// { label: 'About', href: '/about' }, { label: 'About', href: '/about' },
] ]
export const FooterLinksItems: { export const FooterLinksItems: {