Fix invalid links for the videos

This commit is contained in:
Kamran Ahmed
2020-07-18 00:43:47 +04:00
parent 4e96943374
commit f6c10d7344

View File

@ -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