Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions topic-6/book-1/04.AddReview.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,9 @@ Now when the user clicks the submit button, the snackbar acknowledgement display

Update the git repository as follows:
~~~
$ git add -A
$ git commit -m "Add new review support."
$ git push origin main
git add -A
git commit -m "Add new review support."
git push origin main
~~~

[reviewform]: ./img/reviewForm.png
Expand Down