From 89d715bd20a8defc0fbdff41ef1a7f3b1c8685ae Mon Sep 17 00:00:00 2001 From: Rakesh Gombi Date: Sat, 21 Aug 2021 20:07:04 +0530 Subject: [PATCH] Update Navbar.js --- src/components/Navbar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + };