diff --git a/src/components/Navbar.js b/src/components/Navbar.js index 395c346..b2e8b60 100644 --- a/src/components/Navbar.js +++ b/src/components/Navbar.js @@ -26,7 +26,7 @@ export default function Navbar(props) { */}
- +
@@ -42,4 +42,4 @@ Navbar.propTypes = { Navbar.defaultProps = { title: 'Set title here', aboutText: 'About' - }; \ No newline at end of file + };