Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COMPONENTS_INVENTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)*
2 changes: 1 addition & 1 deletion src/components/MobileHeader/MobileHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/templates/SpecsAndLimits/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const SpecsAndLimits = (props: PropsWithChildren<SpecsAndLimitsProps>) => {
const defaultContent = (
<p>
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.
</p>
);
Expand Down