TheOdinProject / curriculum

The open curriculum for learning web development
https://www.theodinproject.com/
Other
10.12k stars 13.57k forks source link

React Router: Clarify instructions for accessing sub-pages #29038

Closed mhamza-khalid closed 2 weeks ago

mhamza-khalid commented 2 weeks ago

Because

This PR clarifies the instructions for navigating to specific profile pages (/profile/popeye and /profile/spinach) by manually entering the path in the URL. It aims to reduce confusion for users who may expect links or a navbar to access the children routes.

This PR

Issue

Closes #29031

Additional Information

No additional information.

Pull Request Requirements