Hi
I’m having trouble with bootsrap’s navbar - I can’t see the NavLinks that I added
my code is identical to mosh’s.
anyone familiar??
Hi
I’m having trouble with bootsrap’s navbar - I can’t see the NavLinks that I added
my code is identical to mosh’s.
anyone familiar??
this did not work for me . bootstrap is not loading properly for the navbar.
You forgot nav-item class for the NavLink tags.
<NavLink className="nav-item nav-link" to="/movies">
Movies
</NavLink>
<NavLink className="nav-item nav-link" to="/customers">
Customers
</NavLink>
<NavLink className="nav-item nav-link" to="/rentals">
Rentals
</NavLink>