From 4e9d9c9fe3be1ad69a65cf45a6a6130b8b18daa1 Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Thu, 8 Feb 2024 22:27:41 +0000 Subject: [PATCH] Added missing translation --- src/components/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} /> ) : (