diff --git a/topic-6/book-1/06.Exercise.md b/topic-6/book-1/06.Exercise.md index 316dd62..07b518d 100644 --- a/topic-6/book-1/06.Exercise.md +++ b/topic-6/book-1/06.Exercise.md @@ -5,9 +5,9 @@ The Upcoming movies page you developed in the previous lab no longer works due t On completion, update your repository: ~~~ -$ git add -A -$ git commit -m "Fix upcoming movies page." -$ git push origin main +git add -A +git commit -m "Fix upcoming movies page." +git push origin main ~~~ ## Exercise 2. @@ -23,9 +23,9 @@ Ultimately, it should allow users to add the movie to their 'Must watch' list. F On completion, update your repository: ~~~ -$ git add -A -$ git commit -m "New button for Upcoming movies page." -$ git push origin main +git add -A +git commit -m "New button for Upcoming movies page." +git push origin main ~~~ ## Exercise 3. @@ -34,9 +34,9 @@ Currently, the Upcoming movies page uses the useEffect hook to retrieve the list __You are required__ to change the implementation to meet this requirement. On completion, update your repository: ~~~ -$ git add -A -$ git commit -m "Change upcoming movies page to use caching." -$ git push origin main +git add -A +git commit -m "Change upcoming movies page to use caching." +git push origin main ~~~ ## Exercise 4. @@ -47,9 +47,9 @@ Returning to the PlaylistAdd icon in Exercise 2, suppose clicking it adds the mo On completion, update your repository: ~~~ -$ git add -A -$ git commit -m "Tagging upcoming movies as must-watch." -$ git push origin main +git add -A +git commit -m "Tagging upcoming movies as must-watch." +git push origin main ~~~ ----------------------------- @@ -62,4 +62,4 @@ This feature would require significant refactoring, but you are not required to [buttonw]: ./img/buttonw.png [mustwatch]: ./img/mustwatch.png -[playlistadd]: ./img/playlistadd.png \ No newline at end of file +[playlistadd]: ./img/playlistadd.png