diff --git a/react-app/src/components/Banner/MMDLSpaBanner.tsx b/react-app/src/components/Banner/MMDLSpaBanner.tsx index 9916be1bf9..b49d97d9ce 100644 --- a/react-app/src/components/Banner/MMDLSpaBanner.tsx +++ b/react-app/src/components/Banner/MMDLSpaBanner.tsx @@ -1,6 +1,8 @@ import { useState } from "react"; import { Cross2Icon } from "@radix-ui/react-icons"; import { InfoCircledIcon } from "@radix-ui/react-icons"; +import { FAQ_TAB } from "@/router"; +import { Link } from "react-router"; const MMDLAlertBanner = () => { const [isVisible, setIsVisible] = useState(true); const handleDismiss = () => { @@ -26,14 +28,14 @@ const MMDLAlertBanner = () => {
- Go to FAQs - + diff --git a/react-app/src/components/Layout/index.test.tsx b/react-app/src/components/Layout/index.test.tsx index af52b70377..80b8394c86 100644 --- a/react-app/src/components/Layout/index.test.tsx +++ b/react-app/src/components/Layout/index.test.tsx @@ -17,6 +17,9 @@ import { setMockUsername, makoStateSubmitter, AUTH_CONFIG } from "mocks"; vi.mock("../UsaBanner", () => ({ UsaBanner: () => null })); vi.mock("../Footer", () => ({ Footer: () => null })); vi.mock("@/components", () => ({ + Layout: ({ children }: { children: React.ReactNode }) => ( +
{children}
+ ), SimplePageContainer: ({ children }: { children: React.ReactNode }) => children, UserPrompt: () => null, Banner: () => null, diff --git a/react-app/src/features/faq/content/oneMACFAQContent.tsx b/react-app/src/features/faq/content/oneMACFAQContent.tsx index d92a14c950..36fafd9572 100644 --- a/react-app/src/features/faq/content/oneMACFAQContent.tsx +++ b/react-app/src/features/faq/content/oneMACFAQContent.tsx @@ -220,6 +220,86 @@ export const oneMACFAQContent: FAQContent[] = [ { sectionTitle: "State Plan Amendments (SPAs)", qanda: [ + { + anchorText: "spa-admendments", + question: "Which state plan amendments (SPAs) can I submit in OneMAC?", + answerJSX: ( +
+

+ All Medicaid and CHIP state plan amendments (SPAs), except + Medicaid SPA submissions processed in the Medicaid & CHIP Program System portal + (MACPro), must be submitted in OneMac. +

+

+ Starting [month,date,year,] Medicaid Model Data Lab (MMDL) no longer accepts new + submissions for these SPAs, including: +

+ +

+ Pending SPAs submitted in MMDL before [month, day, year,] including those on RAI + (request for additional information) status, will continue to be processed through + MMDL. +

+

+ Templates and implementation guides for OneMac SPAs can be downloaded from the + respective FAQ: +

+ +

For more information, refer to CMCS Information Bulletin #25-TBD.

+
+ ), + }, { anchorText: "spa-id-format", question: "What format is used to enter a SPA ID?", @@ -679,7 +759,7 @@ export const oneMACFAQContent: FAQContent[] = [ anchorText: "abp-spa-templates", question: "Where can I download Medicaid Alternative Benefit Plan (ABP) SPA templates?", answerJSX: ( -
+

Medicaid Alternative Benefit Plan (ABP) SPA templates can be downloaded at the links below. After downloading and completing the templates you need, upload them as part of diff --git a/react-app/src/features/welcome/index.tsx b/react-app/src/features/welcome/index.tsx index 3ca18c4042..13af721679 100644 --- a/react-app/src/features/welcome/index.tsx +++ b/react-app/src/features/welcome/index.tsx @@ -54,7 +54,7 @@ export const Welcome = () => { Medicaid Alternative Benefit Plan, Premium and Cost Sharing, and CHIP Eligibility SPA templates and implementation guides are now available in OneMAC. New submissions for these SPA types are submitted through the OneMAC system effective [add date].{" "} - + Learn more