@@ -79,7 +79,7 @@ const FEATURES = [
7979 } ,
8080] ;
8181
82- function Tweet ( { url, handle, name, content, avatar, date} ) {
82+ function Tweet ( { url, handle, name, content, avatar, date } ) {
8383 return (
8484 < div className = { clsx ( 'card' , styles . tweet ) } >
8585 < div className = "card__header" >
@@ -104,7 +104,7 @@ function Tweet({url, handle, name, content, avatar, date}) {
104104}
105105
106106function Home ( ) {
107- const { siteConfig = { } } = useDocusaurusContext ( ) ;
107+ const { siteConfig = { } } = useDocusaurusContext ( ) ;
108108 return (
109109 < Layout
110110 title = "Technical Interview Guide for Busy Engineers"
@@ -125,7 +125,7 @@ function Home() {
125125}
126126
127127function HeroSection ( ) {
128- const { siteConfig = { } } = useDocusaurusContext ( ) ;
128+ const { siteConfig = { } } = useDocusaurusContext ( ) ;
129129
130130 return (
131131 < header className = { clsx ( 'hero' , styles . heroBanner ) } >
@@ -150,7 +150,7 @@ function HeroSection() {
150150 Start reading now →
151151 </ Link >
152152 </ div >
153- < p className = "margin-top--md" style = { { fontSize : 16 , fontWeight : 600 } } >
153+ < p className = "margin-top--md" style = { { fontSize : 16 , fontWeight : 600 } } >
154154 Or check out our{ ' ' }
155155 < a href = "https://www.frontendinterviewhandbook.com" >
156156 Front End Interview Handbook
@@ -263,7 +263,7 @@ function MoonchaserSection() {
263263 ) ;
264264}
265265
266- function HowToUseStep ( { index, title, ctaLink, contents} ) {
266+ function HowToUseStep ( { index, title, ctaLink, contents } ) {
267267 return (
268268 < div className = { clsx ( 'card' , styles . howToUseStep ) } >
269269 < div className = "card__header" >
@@ -395,7 +395,7 @@ function FeaturesSection() {
395395 We have everything you need - all straight to the point
396396 </ h3 >
397397 < div className = { clsx ( 'row' , styles . featuresRow ) } >
398- { FEATURES . map ( ( { title, description, link} , idx ) => (
398+ { FEATURES . map ( ( { title, description, link } , idx ) => (
399399 < div
400400 key = { idx }
401401 className = { clsx (
@@ -428,13 +428,13 @@ function DesignGurusSection() {
428428 return (
429429 < div
430430 className = { clsx ( 'padding-vert--lg' ) }
431- style = { { backgroundColor : '#6fc8cc' } } >
431+ style = { { backgroundColor : '#6fc8cc' } } >
432432 < div className = "container" >
433433 < div className = "row" >
434434 < div className = "col col--8 col--offset-2" >
435435 < div className = "margin-vert--lg text--center" >
436436 < div >
437- < h2 style = { { color : '#083436' } } >
437+ < h2 style = { { color : '#083436' } } >
438438 < strong >
439439 Tired of grinding mindlessly? Grokking the Coding Interview
440440 is the recommended way to quickly learn coding question
@@ -466,7 +466,7 @@ function FAANGTechLeadsSection() {
466466 return (
467467 < div
468468 className = { clsx ( 'padding-vert--lg' ) }
469- style = { { backgroundColor : 'rgb(244, 63, 94)' } } >
469+ style = { { backgroundColor : 'rgb(244, 63, 94)' } } >
470470 < div className = "container" >
471471 < div className = "row" >
472472 < div className = "col col--8 col--offset-2" >
@@ -503,7 +503,7 @@ function AlgoMonsterSection() {
503503 return (
504504 < div
505505 className = { clsx ( 'padding-vert--lg' ) }
506- style = { { backgroundImage : 'linear-gradient(270deg, #3e1792, #6a45b9)' } } >
506+ style = { { backgroundImage : 'linear-gradient(270deg, #3e1792, #6a45b9)' } } >
507507 < div className = "container" >
508508 < div className = "row" >
509509 < div className = "col col--8 col--offset-2" >
@@ -712,7 +712,7 @@ function TweetsSection() {
712712 ) ;
713713}
714714
715- function SuccessStory ( { name, quote, thumbnail, title} ) {
715+ function SuccessStory ( { name, quote, thumbnail, title } ) {
716716 return (
717717 < div className = "card margin-vert--lg" >
718718 < div className = "card__body" >
0 commit comments