File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,11 @@ module.exports = {
4646 href : 'https://www.techinterviewhandbook.org/grind75' ,
4747 position : 'left' ,
4848 } ,
49+ {
50+ label : 'Front End' ,
51+ href : 'https://www.frontendinterviewhandbook.com' ,
52+ position : 'left' ,
53+ } ,
4954 {
5055 href : 'https://github.com/yangshun/tech-interview-handbook' ,
5156 position : 'right' ,
@@ -159,7 +164,10 @@ module.exports = {
159164 label : 'Grind 75' ,
160165 href : 'https://www.techinterviewhandbook.org/grind75' ,
161166 } ,
162- // {label: 'Advertise', href: '/advertise'},
167+ {
168+ label : 'Front End Interview Handbook' ,
169+ href : 'https://www.frontendinterviewhandbook.com' ,
170+ } ,
163171 {
164172 label : 'Contact us' ,
165173
Original file line number Diff line number Diff line change @@ -150,6 +150,12 @@ function HeroSection() {
150150 Start reading now →
151151 </ Link >
152152 </ div >
153+ < p className = "margin-top--md" style = { { fontSize : 16 , fontWeight : 600 } } >
154+ Or check out our{ ' ' }
155+ < a href = "https://www.frontendinterviewhandbook.com" >
156+ Front End Interview Handbook
157+ </ a >
158+ </ p >
153159 < div className = "margin-top--lg" >
154160 < iframe
155161 src = "https://ghbtns.com/github-btn.html?user=yangshun&repo=tech-interview-handbook&type=star&count=true&size=large"
You can’t perform that action at this time.
0 commit comments