Merge pull request #207 from acid-info/social-links

Update social links and hide about
This commit is contained in:
amir houieh 2023-10-20 10:39:32 +02:00 committed by GitHub
commit 0e141c6f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 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: {

View File

@ -19,7 +19,7 @@ export const siteConfigs = {
'update', 'update',
'whistleblower', 'whistleblower',
], ],
xHandle: 'logos_state', xHandle: 'NetStatePress',
youtubeHandle: ',', youtubeHandle: '@NetworkStatePress',
githubHandle: 'logos-co', githubHandle: 'logos-co',
} }