diff --git a/COMPONENTS_INVENTORY.md b/COMPONENTS_INVENTORY.md index 9a2ac0a4..029910a5 100644 --- a/COMPONENTS_INVENTORY.md +++ b/COMPONENTS_INVENTORY.md @@ -135,5 +135,5 @@ This document provides a comprehensive inventory of all components, services, te --- -*Last updated: December 9, 2025* +*Last updated: December 12, 2025* *Repository: [GetDKAN/cmsds-open-data-components](https://github.com/GetDKAN/cmsds-open-data-components)* diff --git a/src/components/MobileHeader/MobileHeader.jsx b/src/components/MobileHeader/MobileHeader.jsx index 4a815417..af19ded4 100644 --- a/src/components/MobileHeader/MobileHeader.jsx +++ b/src/components/MobileHeader/MobileHeader.jsx @@ -13,7 +13,7 @@ const MobileHeader = ({ siteName, links, org = { - tagline: 'The Centers for Medicare and Medicaid Services', + tagline: 'The Centers for Medicare & Medicaid Services', url: 'https://cms.gov', urlTitle: 'CMS.gov Centers for Medicare & Medicaid Services', logo: cmsLogo, diff --git a/src/templates/SpecsAndLimits/index.tsx b/src/templates/SpecsAndLimits/index.tsx index 1f84c454..216b8149 100644 --- a/src/templates/SpecsAndLimits/index.tsx +++ b/src/templates/SpecsAndLimits/index.tsx @@ -25,7 +25,7 @@ const SpecsAndLimits = (props: PropsWithChildren) => { const defaultContent = (

Some datasets are extremely large and may be difficult to download and/or cause - computer performance issues. The Centers for Medicare and Medicaid Services (CMS) + computer performance issues. The Centers for Medicare & Medicaid Services (CMS) recommends using WinZip, WinRAR, or 7-Zip for file decompression.

);