Added missing translation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user