This task was created to address: https://github.com/UWOrbital/OBC-firmware/pull/301#discussion_r1940830214

The code for the aro and MCC navbar links are different. For consistency they should be the same type. Change the mcc navbar links to use the same format as the aro. In aro, we use react-router for the navbar, but in MCC we use bootstrap’s Navbar links. For consistency we should switch to using react router.

Additional nice to have

Since we have a navbar in both, maybe we should extract out it into a separate common directory outside of aro and mcc but still inside gs/frontend and to generalize it. Though this might be too complicated for this task.