diff --git a/src/components/SectionBasicContent/SectionBasicContent.vue b/src/components/SectionBasicContent/SectionBasicContent.vue index 8ebf69a2e5..011e75e203 100644 --- a/src/components/SectionBasicContent/SectionBasicContent.vue +++ b/src/components/SectionBasicContent/SectionBasicContent.vue @@ -14,9 +14,14 @@ v-for="(button, index) in buttons" :key="index" > - @@ -34,7 +39,7 @@ -
- - - - - - - - +
+ - { /> - - + - - { - item.hasLabel = (item.hasLabel ? t(item.hasLabel) : ''); - return item; - })} - currentPageMatch={currentPageMatch} /> - - + communityData={communityData} + menuData={menu} + /> + + +
-