Skip to content

Commit

Permalink
fix(ui): added subtext (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
RanyeM authored Dec 11, 2024
1 parent e2246a0 commit 3b6688d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions react-app/src/features/faq/content/abpTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,15 @@ export const ABP_TEMPLATES: Template[] = [
title: "ABP 3",
text: "Selection of Benchmark Benefit Package or Benchmark-Equivalent Benefit Package",
href: abp3PDF,
subtext: [
"Use only if ABP has an effective date earlier than 1/1/2020 or if only changing the Section 1937 Coverage Option of an ABP implemented before 1/1/2020",
],
},
{
title: "ABP 3.1",
text: "Selection of Benchmark Benefit or Benchmark-Equivalent Benefit Package",
href: abp31PDF,
subtext: ["Use only for ABPs effective on or after 1/1/2020"],
},
{
title: "ABP 4",
Expand Down

0 comments on commit 3b6688d

Please sign in to comment.