From 8e7c16838594d15d6c776fb9eca80441b4c69157 Mon Sep 17 00:00:00 2001 From: Yangshun Date: Tue, 8 Feb 2022 11:50:22 +0800 Subject: [PATCH] website: change banner --- website/docusaurus.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 4611125e..ea8cf35f 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -9,10 +9,11 @@ module.exports = { projectName: 'tech-interview-handbook', themeConfig: { announcementBar: { - id: 'announcement-1', // Increment on change + id: 'algomonster', // Increment on change content: `Stop the grind and study with a plan! Developed by Google engineers, AlgoMonster is the fastest way to get a software engineering job. Try it today!`, + isCloseable: false, }, prism: { theme: require('prism-react-renderer/themes/github'),