File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed 
src/components/Acknowledgements Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import './styles.scss';
1616
1717const  imagePath  =  `${ process . env . PUBLIC_URL }  ; 
1818const  Blind  =  `${ imagePath }  ; 
19- const  Educative  =  `${ imagePath } Educative .png` ; 
19+ const  DesignGurus  =  `${ imagePath } DesignGurus .png` ; 
2020const  Hackernoon  =  `${ imagePath }  ; 
2121
2222const  Acknowledgements  =  ( )  =>  { 
@@ -49,22 +49,24 @@ const Acknowledgements = () => {
4949 </ Col > 
5050 < Col  sm = { 3 } > 
5151 < Card > 
52-  < CardImg  top  width = "100%"  src = { Educative }  alt = "Educative .io"  /> 
52+  < CardImg  top  width = "100%"  src = { DesignGurus }  alt = "DesignGurus .io"  /> 
5353 < CardBody > 
54-  < CardTitle > Grokking the Coding Interview</ CardTitle > 
54+  < CardTitle > 
55+  Grokking the Coding Interview: Patterns for Coding Questions
56+  </ CardTitle > 
5557 < CardSubtitle > 
5658 < NavLink 
5759 target = "_blank" 
58-  href = "https://www.educative .io/courses /grokking-the-coding-interview" 
60+  href = "https://www.designgurus .io/course /grokking-the-coding-interview" 
5961 onClick = { ( )  =>  { 
6062 Event ( 
6163 'Acknowledgements' , 
6264 'Clicked URL' , 
63-  'Educative .io url' , 
65+  'DesignGurus .io url' , 
6466 ) ; 
6567 } } 
6668 > 
67-  https://www.educative .io/courses /grokking-the-coding-interview
69+  https://www.designgurus .io/course /grokking-the-coding-interview
6870 </ NavLink > 
6971 </ CardSubtitle > 
7072 </ CardBody > 
                         You can’t perform that action at this time. 
           
                  
0 commit comments