Skip to content

Commit 89fb479

Browse files
Merge pull request #128 from CDCgov/add-gov-shutdown-banner
Adding banner with required language about government shutdown
2 parents 8a3a221 + 54fe388 commit 89fb479

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

components/NavbarUSWDS/NavbarUSWDS.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Header, NavMenuButton, PrimaryNav, Title } from "@trussworks/react-uswds";
1+
import { Banner, Header, NavMenuButton, PrimaryNav, Title } from "@trussworks/react-uswds";
22
import Link from "next/link";
33
import { useRouter } from "next/router";
44
import React from "react";
@@ -48,6 +48,16 @@ export default function Navbar({ }) {
4848
>
4949
</PrimaryNav>
5050
</div>
51+
<div className="usa-banner padding-2">
52+
<p className="usa-banner__header-text">
53+
During the government shutdown, only websites supporting excepted
54+
functions will be updated. As a result, the information on this
55+
website may not be up to date and the agency may not be able to
56+
respond to inquiries. Updates regarding government operating status
57+
and resumption of normal operations can be found at <Link className="usa-link" href="https://www.opm.gov/">https://www.opm.gov/</Link>.
58+
</p>
59+
60+
</div>
5161
</Header>
5262
</>;
5363
}

0 commit comments

Comments
 (0)