Skip to content

Commit b54c2fb

Browse files
authored
Update README.md
1 parent dc458e5 commit b54c2fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before you start, there are two types of components [Functional Components and C
2929
1- Refactor the “about” and “footer” sections by creating a functional component for each. Make sure everything works.
3030

3131

32-
2- Refactor the navbar by creating a Functional Component (AKA stateless components) and pass the dependencies (this.toggleMenu in this case) via props. Make sure everything works.
32+
2- Refactor the navbar by creating a Functional Component (AKA stateless components) and pass the dependencies (this.toggleMenu in this case) via props. Make sure everything works by clicking on the "Training" button at the top right of the screen.
3333

3434

3535
3- Refactor the books section by creating a functional component and pass the dependencies via props. Make sure everything works.

0 commit comments

Comments
 (0)