boolean-uk / team-dev-frontend-client

1 stars 11 forks source link

Add a link in the Header to take users to their profile page #101

Closed dogezen closed 1 year ago

dogezen commented 1 year ago

As a logged in user, add a <Link> to the Header called "Profile". When clicked it should take me to /profiles/:id where id matches the logged in user's id.

Will need to pass the loggedInUser via props from App.js to the Header component in order to know the id of the logged in user.

dogezen commented 1 year ago

Warning: if working on this issue, coordinate with anyone else working on the following two issues, to avoid writing code that conflicts

https://github.com/boolean-uk/team-dev-frontend-client/issues/100

https://github.com/boolean-uk/team-dev-frontend-client/issues/102