From fc7647ea52660d33384e624c38890709493e9aa3 Mon Sep 17 00:00:00 2001 From: Yangshun Date: Thu, 3 Feb 2022 12:54:19 +0800 Subject: [PATCH] website: change Twitter link to official account --- website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 830bdebf..6d02545d 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -56,7 +56,7 @@ module.exports = { 'aria-label': 'Facebook page', }, { - href: 'https://twitter.com/yangshunz', + href: 'https://twitter.com/techinterviewhb', position: 'right', className: 'navbar-icon navbar-icon-twitter', 'aria-label': 'Twitter page', @@ -125,7 +125,7 @@ module.exports = { }, { label: 'Twitter', - href: 'https://twitter.com/yangshunz', + href: 'https://twitter.com/techinterviewhb', }, ], },