diff --git a/components/BurgerMenuNav.vue b/components/BurgerMenuNav.vue
index 560cc3027..d7c24d7d5 100644
--- a/components/BurgerMenuNav.vue
+++ b/components/BurgerMenuNav.vue
@@ -9,7 +9,7 @@
-
+
Pix Pro
@@ -35,6 +35,10 @@ export default {
type: Array,
default: null,
},
+ showProItems: {
+ type: Boolean,
+ default: true,
+ },
},
computed: {
isPixPro() {
diff --git a/components/NavigationSliceZone.vue b/components/NavigationSliceZone.vue
index 57c843a65..295f52ca3 100644
--- a/components/NavigationSliceZone.vue
+++ b/components/NavigationSliceZone.vue
@@ -5,6 +5,7 @@
@@ -14,7 +15,7 @@
-
+