File tree 3 files changed +8
-6
lines changed
src/components/Acknowledgements
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import './styles.scss';
16
16
17
17
const imagePath = `${ process . env . PUBLIC_URL } /static/images/` ;
18
18
const Blind = `${ imagePath } Blind.png` ;
19
- const Educative = `${ imagePath } Educative .png` ;
19
+ const DesignGurus = `${ imagePath } DesignGurus .png` ;
20
20
const Hackernoon = `${ imagePath } Hackernoon.png` ;
21
21
22
22
const Acknowledgements = ( ) => {
@@ -49,22 +49,24 @@ const Acknowledgements = () => {
49
49
</ Col >
50
50
< Col sm = { 3 } >
51
51
< Card >
52
- < CardImg top width = "100%" src = { Educative } alt = "Educative .io" />
52
+ < CardImg top width = "100%" src = { DesignGurus } alt = "DesignGurus .io" />
53
53
< CardBody >
54
- < CardTitle > Grokking the Coding Interview</ CardTitle >
54
+ < CardTitle >
55
+ Grokking the Coding Interview: Patterns for Coding Questions
56
+ </ CardTitle >
55
57
< CardSubtitle >
56
58
< NavLink
57
59
target = "_blank"
58
- href = "https://www.educative .io/courses /grokking-the-coding-interview"
60
+ href = "https://www.designgurus .io/course /grokking-the-coding-interview"
59
61
onClick = { ( ) => {
60
62
Event (
61
63
'Acknowledgements' ,
62
64
'Clicked URL' ,
63
- 'Educative .io url' ,
65
+ 'DesignGurus .io url' ,
64
66
) ;
65
67
} }
66
68
>
67
- https://www.educative .io/courses /grokking-the-coding-interview
69
+ https://www.designgurus .io/course /grokking-the-coding-interview
68
70
</ NavLink >
69
71
</ CardSubtitle >
70
72
</ CardBody >
You can’t perform that action at this time.
0 commit comments