From c90dc49d08d2c8fb785d01a62b7668a2170952a4 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Thu, 2 Jun 2022 18:28:21 +0800 Subject: [PATCH] website: revert banner --- website/docusaurus.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 17f2b894..b8767462 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -9,10 +9,10 @@ module.exports = { projectName: 'tech-interview-handbook', themeConfig: { announcementBar: { - id: 'design-gurus-1', // Increment on change - content: `Stop memorizing solutions. Start learning coding interview patterns with Grokking the Coding Interview by Design Gurus`, - backgroundColor: '#6fc8cc', - textColor: '#000', + id: 'algomonster-1', // Increment on change + content: `Stop grinding LeetCode and study with a plan! Developed by Google engineers, + AlgoMonster is the fastest way to get a software engineering job. + Check it out now!`, isCloseable: false, }, hideableSidebar: true,