Skip to content

Commit 5e5ab8f

Browse files
committed
marketing: change banner to point to GFE
1 parent 18b12a8 commit 5e5ab8f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

apps/website/docusaurus.config.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ module.exports = {
99
projectName: 'tech-interview-handbook',
1010
themeConfig: {
1111
announcementBar: {
12-
id: 'algomonster-1', // Increment on change
13-
content: `Stop grinding mindlessly, study with a plan! Developed by Google engineers,
14-
<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.
15-
<a href="https://shareasale.com/r.cfm?b=1873647&u=3114753&m=114505&urllink=&afftrack=" target="_blank" rel="noopener">Check it out now!</a>`,
12+
id: 'gfe-1', // Increment on change,
13+
backgroundColor: '#7063f3',
14+
content: `We collaborated with engineers from Google and Amazon and built the best front end interview preparation platform. <a href="https://www.greatfrontend.com?utm_source=techinterviewhandbook&utm_medium=referral&utm_content=banner" target="_blank" rel="noopener">Check out GreatFrontEnd today<a>!`,
1615
isCloseable: false,
1716
},
1817
prism: {

0 commit comments

Comments
 (0)