Skip to content

Commit

Permalink
Revert "Se ha añadido el enlace de YouTube al desafío de mecanografía."
Browse files Browse the repository at this point in the history
This reverts commit e786970.
  • Loading branch information
JaimeGamm committed Apr 3, 2024
1 parent e786970 commit d1e3ee3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions web/src/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const PROJECTS = [
"Eventos de mouse y touch",
"Transiciones CSS",
],
youtube: "https://www.youtube.com/watch?v=u01WD_YNENY",
youtube: 'https://www.youtube.com/watch?v=u01WD_YNENY'
},
{
slug: "02-arkanoid-game",
Expand All @@ -21,9 +21,9 @@ export const PROJECTS = [
"Dibujar en Canvas",
"Eventos de teclado",
"RequestAnimationFrame",
"Sprites",
"Sprites"
],
youtube: "https://www.youtube.com/watch?v=b6du6MvQmuQ",
youtube: 'https://www.youtube.com/watch?v=b6du6MvQmuQ'
},
{
slug: "03-midu-typing-game",
Expand All @@ -33,11 +33,10 @@ export const PROJECTS = [
"DOM",
"Eventos de teclado",
"Manejo de clases",
"Optimización selectores",
"Optimización selectores"
],
theme: {
isDark: true,
},
youtube: "https://www.youtube.com/watch?v=157qVlTelOg&t=135s",
},
];
isDark: true
}
}
]

0 comments on commit d1e3ee3

Please sign in to comment.