Skip to content

Commit

Permalink
remove 3rd section from faq page
Browse files Browse the repository at this point in the history
  • Loading branch information
eburdekin committed Nov 20, 2024
1 parent 584f0d8 commit f8c1398
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions products/statement-generator/src/pages/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,43 +187,6 @@ function FAQ() {
content={['faq_page.paragraph2.5a', 'faq_page.paragraph2.5b']}
/>
</section>

<section>
<h2 className={classes.sectionTitle}>{t('faq_page.section3')}</h2>
<FAQAccordion
title="faq_page.title3.1"
content={[
'faq_page.paragraph3.1a',
'faq_page.paragraph3.1b',
'faq_page.paragraph3.1c',
'faq_page.paragraph3.1d',
]}
/>
<FAQAccordion
title="faq_page.title3.2"
content={[
'faq_page.paragraph3.2a',
'faq_page.paragraph3.2b',
'faq_page.paragraph3.2c',
]}
/>
<FAQAccordion
title="faq_page.title3.3"
content={[
'faq_page.paragraph3.3a',
'faq_page.paragraph3.3b',
'faq_page.paragraph3.3c',
]}
/>
<FAQAccordion
title="faq_page.title3.4"
content={['faq_page.paragraph3.4a', 'faq_page.paragraph3.4b']}
/>
<FAQAccordion
title="faq_page.title3.5"
content={['faq_page.paragraph3.5a']}
/>
</section>
</ContentContainer>
</>
);
Expand Down

0 comments on commit f8c1398

Please sign in to comment.