Skip to content

Commit 15e6aef

Browse files
committed
Update L5 milestone spec
1 parent 6072371 commit 15e6aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-router/milestone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- You have to create a new page called the `NotFound`
66
- The component should be available at the route `/notfound`
77
- When any invalid route is accessed in the application eg., `/temp` it should redirect back to `/notfound` page.
8-
- The `/notfound` route should have a 404 message and a button to redirect back to the Homepage.
8+
- The `/notfound` route should have a 404 message and a button with an id `backToHomeButton` to redirect back to the Homepage.
99
- The always available component like Header, should not be visible on the `/notfound` route.
1010

1111
Additionally, make sure to format your code using `Prettier` and use `ESLint` to enforce code standards.

0 commit comments

Comments
 (0)