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,