Skip to content

Commit 841cf3c

Browse files
committed
[website][misc] change announcement banner
1 parent 7f140af commit 841cf3c

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: 'tih-1', // Increment on change
13+
content: `[NEW] We have launched 3 new free resources:
14+
<a href="https://app.techinterviewhandbook.org/resumes" target="_blank">resume peer review portal</a>, a repository to <a href="https://app.techinterviewhandbook.org/offers" target="_blank">compare tech offers</a> and an <a href="https://app.techinterviewhandbook.org/questions" target="_blank">interview question bank</a>. Try them out today!`,
1615
isCloseable: false,
1716
},
1817
prism: {

0 commit comments

Comments
 (0)