Added missing translation

This commit is contained in:
Joao Ramos
2024-02-08 22:27:41 +00:00
parent 2fd05915a7
commit 4e9d9c9fe3

View File

@@ -19,7 +19,7 @@ const items = [
{ page: "/contact", key: "contact" }, { page: "/contact", key: "contact" },
{ {
key: "country_manager", key: "country_manager",
page: "", page: '',
entries: [ entries: [
{ {
key: "Egypt", key: "Egypt",
@@ -88,7 +88,7 @@ export default function Navbar({
key={item.key} key={item.key}
entry={item} entry={item}
language={language} language={language}
translation={translation} translation={translation}
/> />
) : ( ) : (
<Link <Link