This PR introduces dynamically adjustable navigation bar component, expecting enhancement in code maintainability.
Instead of having repeating code for nav bar, CustomNavBar component was created. It gets elems, an array of objects with two other fields (title, href), and uses elems props to create navigation bar as needed.
This PR introduces dynamically adjustable navigation bar component, expecting enhancement in code maintainability.
Instead of having repeating code for nav bar, CustomNavBar component was created. It gets elems, an array of objects with two other fields (title, href), and uses elems props to create navigation bar as needed.