Fix invalid links for the videos
This commit is contained in:
@ -47,19 +47,19 @@ const WatchList = () => (
|
|||||||
openExternal
|
openExternal
|
||||||
title={ 'Dependency Injection' }
|
title={ 'Dependency Injection' }
|
||||||
subtitle='Learn how to write testable and maintainable code with Dependency Injection.'
|
subtitle='Learn how to write testable and maintainable code with Dependency Injection.'
|
||||||
url='https://www.youtube.com/watch?v=nyKZTKQS_EQ'
|
url='https://www.youtube.com/watch?v=0yc2UANSDiw'
|
||||||
/>
|
/>
|
||||||
<RowBlock
|
<RowBlock
|
||||||
openExternal
|
openExternal
|
||||||
title={ 'CSS Variables' }
|
title={ 'CSS Variables' }
|
||||||
subtitle='Learn how to write maintainable CSS using CSS Variables with a simple project based lesson.'
|
subtitle='Learn how to write maintainable CSS using CSS Variables with a simple project based lesson.'
|
||||||
url='https://www.youtube.com/watch?v=nyKZTKQS_EQ'
|
url='https://www.youtube.com/watch?v=lgaxU7CRmxU'
|
||||||
/>
|
/>
|
||||||
<RowBlock
|
<RowBlock
|
||||||
openExternal
|
openExternal
|
||||||
title={ 'All about DOM' }
|
title={ 'All about DOM' }
|
||||||
subtitle='Learn and understand the differences between the DOM, Shadow DOM and the Virtual DOM.'
|
subtitle='Learn and understand the differences between the DOM, Shadow DOM and the Virtual DOM.'
|
||||||
url='https://www.youtube.com/watch?v=nyKZTKQS_EQ'
|
url='https://www.youtube.com/watch?v=7Tok22qxPzQ'
|
||||||
/>
|
/>
|
||||||
<RowBlock
|
<RowBlock
|
||||||
openExternal
|
openExternal
|
||||||
|
Reference in New Issue
Block a user