KaraWatts / ManateeWatch

Manatee Tracking App - Give users a tool to help them find manatees in the wild and pay it forward by sharing their own manatee sightings
MIT License
1 stars 0 forks source link

Navigate to profile page from anywhere but home fails #38

Closed KaraWatts closed 4 months ago

KaraWatts commented 4 months ago

Image

navigation need to be more direct right now it just stacks urls.

KaraWatts commented 4 months ago

Changed code to as={Link} with path reference

<NavDropdown.Item as={Link} to={/profile/${user}}> Profile Page </NavDropdown.Item>