Skip to content

Commit 4adb491

Browse files
committed
website: change marketing message
1 parent c1fa71a commit 4adb491

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Anybody who wants to land a job at a tech company but is new to technical interv
4949
---
5050

5151
<div align="center">
52-
<h3>💡 Stop grinding LeetCode aimlessly! Study coding question patterns efficiently with
52+
<h3>💡 Stop grinding mindlessly! Study coding question patterns efficiently with
5353
<a href="https://designgurus.org/link/kJSIoU?url=https%3A%2F%2Fdesigngurus.org%2Fcourse%3Fcourseid%3Dgrokking-the-coding-interview">Grokking the Coding Interview</a> by Design Gurus 💡
5454
</h3>
5555
</div>

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
themeConfig: {
1111
announcementBar: {
1212
id: 'algomonster-1', // Increment on change
13-
content: `Stop grinding LeetCode and study with a plan! Developed by Google engineers,
13+
content: `Stop grinding mindlessly, study with a plan! Developed by Google engineers,
1414
<a href="https://shareasale.com/r.cfm?b=1873647&u=3114753&m=114505&urllink=&afftrack=" target="_blank" rel="noopener">AlgoMonster</a> is the fastest way to get a software engineering job.
1515
<a href="https://shareasale.com/r.cfm?b=1873647&u=3114753&m=114505&urllink=&afftrack=" target="_blank" rel="noopener">Check it out now!</a>`,
1616
isCloseable: false,

website/src/components/SidebarAd/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function AlgoMonster({position}) {
4141
}}>
4242
<p className={styles.tagline}>
4343
<strong className={styles.title}>
44-
Stop grinding LeetCode. Study with a plan
44+
Stop grinding mindlessly. Study with a plan
4545
</strong>
4646
Developed by Google engineers, <u>AlgoMonster</u> is the fastest way to
4747
get a software engineering job. <u>Check it out for free!</u>

website/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,8 @@ function DesignGurusSection() {
430430
<div>
431431
<h2 style={{color: '#083436'}}>
432432
<strong>
433-
Tired of grinding LeetCode? Grokking the Coding Interview is
434-
the recommended way to quickly learn coding question
433+
Tired of grinding mindlessly? Grokking the Coding Interview
434+
is the recommended way to quickly learn coding question
435435
patterns to help you ace the coding interviews.
436436
</strong>
437437
</h2>

0 commit comments

Comments
 (0)