Skip to content

Commit

Permalink
Update src/components/Header.tsx for format
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Apr 17, 2024
1 parent 0b96794 commit a9d7b43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ const Header = ({ header_strings, logoPath }: Props) => {
<div
className={`usa-overlay ${isMobileNavExpanded ? "is-visible" : ""}`}
/>
// TODO: Remove during move to app router and next-intl upgrade
<GovBanner language={"english"} />
<GovBanner
// TODO: Remove during move to app router and next-intl upgrade
language={"english"} />
<USWDSHeader basic={true}>
<div className="usa-nav-container">
<div className="usa-navbar">
Expand Down

0 comments on commit a9d7b43

Please sign in to comment.