Skip to content

Commit

Permalink
add subsections in prep for links
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinh8124 committed Nov 26, 2024
1 parent 0cbc3e9 commit 6367411
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion react-app/src/features/faq/content/oneMACFAQContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,19 @@ export const oneMACFAQContent: FAQContent[] = [
anchorText: "chip-spa-implentation-guides",
question: "Where can I download CHIP eligibility SPA implementation guides?",
answerJSX: (
<p>CHIP eligibility SPA implementation guides can be downloaded at the links below.</p>
<>
<p>CHIP eligibility SPA implementation guides can be downloaded at the links below.</p>

<p className="p-2">MAGI Eligibility & Methods</p>

<p className="p-2">XXI Medicaid Expansion</p>

<p className="p-2">Establish 2101(f) Group</p>

<p className="p-2">Eligibility Processing</p>

<p className="p-2">Non-Financial Eligibility</p>
</>
),
},
],
Expand Down

0 comments on commit 6367411

Please sign in to comment.