When I am running rails server on localhost, all of the tabs work as expected, except for the "home button". The "home button" routes me to the actual website, which means it is not using page routing, but rather using a hyperlink.
We should change the home button to use proper MVC routing, like all of the other buttons.