Skip to content

Commit

Permalink
hide broken last section of faq
Browse files Browse the repository at this point in the history
taoeffect committed Jul 21, 2024

Unverified

No user is associated with the committer email.
1 parent e5ad440 commit 8c55546
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/FAQ.vue
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<p v-html="q.question"></p><i class="icon-chevron-up" v-if="q.active === true"></i><i class="icon-chevron-right" v-else></i>
</dt>
<dd :class="{active: q.active === true}">
<div v-html="q.answer"></div>
<div v-html="q.answer" class="l-faq"></div>
</dd>
</div>
</dl>
@@ -166,7 +166,7 @@ export default {
<strong>That is the goal. Group Income is one of the steps on the way to that goal.</strong>`,
active: false
}]
}, {
}/*, {
title: 'Dev Support',
id: 'dev-support',
qa: [{
@@ -177,7 +177,7 @@ export default {
If you believe Group Income is a project that should succeed, you can reflect that in the amount you choose. The money earned will be put directly back into development and support of Group Income so we can continue providing the tools you need to just set it and forget it!`,
active: false
}]
}],
}*/],
previous: [0, 0],
expandAll: false
}

0 comments on commit 8c55546

Please sign in to comment.