Fix invalid links for the videos

pull/1657/head
Kamran Ahmed 5 years ago
parent 3615c0ad78
commit f21b934bfc
  1. 6
      pages/watch.js

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

Loading…
Cancel
Save