diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx
index c1ae06e..c184355 100644
--- a/src/components/Navbar.jsx
+++ b/src/components/Navbar.jsx
@@ -88,7 +88,7 @@ const Navbar = () => {
setActive(nav.title);
}}
>
- {nav.title}
+ {nav.title}
))}