Skip to content
Merged
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
12 changes: 11 additions & 1 deletion components/NavbarUSWDS/NavbarUSWDS.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Header, NavMenuButton, PrimaryNav, Title } from "@trussworks/react-uswds";
import { Banner, Header, NavMenuButton, PrimaryNav, Title } from "@trussworks/react-uswds";
import Link from "next/link";
import { useRouter } from "next/router";
import React from "react";
Expand Down Expand Up @@ -48,6 +48,16 @@ export default function Navbar({ }) {
>
</PrimaryNav>
</div>
<div className="usa-banner padding-2">
<p className="usa-banner__header-text">
During the government shutdown, only websites supporting excepted
functions will be updated. As a result, the information on this
website may not be up to date and the agency may not be able to
respond to inquiries. Updates regarding government operating status
and resumption of normal operations can be found at <Link className="usa-link" href="https://www.opm.gov/">https://www.opm.gov/</Link>.
</p>

</div>
</Header>
</>;
}
Expand Down
Loading