Skip to content

Commit

Permalink
feat: Add alimentation FAQ section
Browse files Browse the repository at this point in the history
  • Loading branch information
desoindx committed Dec 2, 2024
1 parent 295261d commit 59694a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/faq/AllFAQs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@ const AllFAQs = ({ faqs }: { faqs: FAQ[] }) => {
</>
}
/>
<FAQsList
faqs={filteredFaqs.filter((faq) => faq.section === 'Alimentation')}
title='Alimentation'
description={
<>
Questions fréquentes à propos de l’outil <Link href='/outils/alimentation'>Alimentation</Link>
</>
}
/>
<Block>
<ul>
<ToolCard
Expand Down

0 comments on commit 59694a0

Please sign in to comment.