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
14 changes: 2 additions & 12 deletions components/NavbarUSWDS/NavbarUSWDS.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,7 @@ export default function Navbar({ }) {
</PrimaryNav>
</div>
<div className="usa-banner padding-2">
<p className="usa-banner__header-text">
The Trump Administration is working to reopen the government for the
American people. Mission-critical activities of CDC will continue
during the Democrat-led government shutdown. Certain federal
government activities have ceased due to a lack of appropriated
funding. During the government shutdown, only web sites 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.
</p>

<p className="usa-banner__header-text"></p>
</div>
</Header>
</>;
Expand All @@ -72,4 +62,4 @@ function NavigationLink({ href, text, router, onClick }) {
<span className={(isActive && "navbar-item-active") + ' ' + styles.navbarItemText}>{text}</span>
</Link>)
);
}
}
Loading