|
@@ -1,4 +1,4 @@
|
|
|
-const Menu = [
|
|
|
|
|
|
|
+const MenuBypass = [
|
|
|
{
|
|
{
|
|
|
heading: "Main Navigation",
|
|
heading: "Main Navigation",
|
|
|
translate: "sidebar.heading.HEADER",
|
|
translate: "sidebar.heading.HEADER",
|
|
@@ -105,7 +105,7 @@ const Menu = [
|
|
|
{
|
|
{
|
|
|
heading: "Supporting Features",
|
|
heading: "Supporting Features",
|
|
|
translate: "sidebar.heading.SUPPORTING_FEATURES",
|
|
translate: "sidebar.heading.SUPPORTING_FEATURES",
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: "Bypass",
|
|
name: "Bypass",
|
|
@@ -158,4 +158,4 @@ const Menu = [
|
|
|
},
|
|
},
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
-export default Menu;
|
|
|
|
|
|
|
+export default MenuBypass;
|