Hey, It looks like the code Mosh uses is different from the starter code. The Nav bar only shows “My App.” When I remove the “collapse” classes on the navbar I begin to see the home and users.
Any idea what’s going on Mosh?
Here’s what I see before I tweak the NavBar styling:
here’s what I see after I remove “collapse” from NavBar.tsx
Did you happen to work on this in split window where the viewport is shrunk, if so then opening it up in full screen will show the ‘Home’ and ‘User’ links. In this case, it appears that the ‘collapse’ class from bootstrap hides content if the viewport isn’t wide enough.