diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 1c2fd82..b19600a 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -19,7 +19,7 @@ const items = [ { page: "/contact", key: "contact" }, { key: "country_manager", - page: "", + page: '', entries: [ { key: "Egypt", @@ -88,7 +88,7 @@ export default function Navbar({ key={item.key} entry={item} language={language} - translation={translation} + translation={translation} /> ) : (