diff --git a/src/configs/data.configs.ts b/src/configs/data.configs.ts index 0392d02..ef03899 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: { diff --git a/src/configs/site.configs.ts b/src/configs/site.configs.ts index ba152e5..f0ee25f 100644 --- a/src/configs/site.configs.ts +++ b/src/configs/site.configs.ts @@ -19,7 +19,7 @@ export const siteConfigs = { 'update', 'whistleblower', ], - xHandle: 'logos_state', - youtubeHandle: ',', + xHandle: 'NetStatePress', + youtubeHandle: '@NetworkStatePress', githubHandle: 'logos-co', }