From 2aea6943d27ce1edc4b88d4a010886f4ff1ef3b4 Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Fri, 20 Oct 2023 16:40:24 +0900 Subject: [PATCH] chore: update social links and hide about --- src/configs/data.configs.ts | 2 +- src/configs/site.configs.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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', }