diff --git a/website/client/components/static/pressKit.vue b/website/client/components/static/pressKit.vue index becbd69faf..150606dce0 100644 --- a/website/client/components/static/pressKit.vue +++ b/website/client/components/static/pressKit.vue @@ -17,16 +17,20 @@ img.img-fluid.img-rendering-auto.press-img(:src="`/static/presskit/${category}/${secondaryCategory}/${img}`") h1 {{ $t('FAQ') }} - #faq(role='tablist') - div(v-for='(QA, index) in faq') + .faq-question(v-for='(QA, index) in faq') h2(v-b-toggle="QA.question", tabindex="0", role="button", v-html="$t(QA.question)") b-collapse(:id="QA.question", accordion="pkAccordian", role="tabpanel") p(v-html="$t(QA.answer)") - p {{ $t('pkMoreQuestions') }} + +