From 4adb491d4b9a29d9f82932664c00e37b4da6ef49 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Wed, 24 Aug 2022 07:24:44 +0800 Subject: [PATCH] website: change marketing message --- README.md | 2 +- website/docusaurus.config.js | 2 +- website/src/components/SidebarAd/index.js | 2 +- website/src/pages/index.js | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 433a621d..e9db8de9 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Anybody who wants to land a job at a tech company but is new to technical interv ---
-

💡 Stop grinding LeetCode aimlessly! Study coding question patterns efficiently with +

💡 Stop grinding mindlessly! Study coding question patterns efficiently with Grokking the Coding Interview by Design Gurus 💡

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index a8dd4643..1f0e7be4 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -10,7 +10,7 @@ module.exports = { themeConfig: { announcementBar: { id: 'algomonster-1', // Increment on change - content: `Stop grinding LeetCode and study with a plan! Developed by Google engineers, + content: `Stop grinding mindlessly, 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, diff --git a/website/src/components/SidebarAd/index.js b/website/src/components/SidebarAd/index.js index a330cb91..66069e39 100644 --- a/website/src/components/SidebarAd/index.js +++ b/website/src/components/SidebarAd/index.js @@ -41,7 +41,7 @@ function AlgoMonster({position}) { }}>

- Stop grinding LeetCode. Study with a plan + Stop grinding mindlessly. Study with a plan Developed by Google engineers, AlgoMonster is the fastest way to get a software engineering job. Check it out for free! diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 5eca6258..7d37b095 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -430,8 +430,8 @@ function DesignGurusSection() {

- Tired of grinding LeetCode? Grokking the Coding Interview is - the recommended way to quickly learn coding question + Tired of grinding mindlessly? Grokking the Coding Interview + is the recommended way to quickly learn coding question patterns to help you ace the coding interviews.