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" },
{
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}
/>
) : (
<Link