diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index c929d999..9bbf7c2f 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -9,10 +9,10 @@ module.exports = { projectName: 'tech-interview-handbook', themeConfig: { announcementBar: { - 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!`, + 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', isCloseable: false, }, hideableSidebar: true,