Skip to content

Commit

Permalink
remove seemingly unused div
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Oct 24, 2024
1 parent d0e363d commit 3d33244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Navbar() {
<a className="usa-skipnav" href="#main-content">
Skip to main content
</a>
<div className={`usa-overlay ${expanded ? "is-visible" : ""}`}></div>

<Header basic={true} className="bg-background-teal">
<div className="usa-nav-container flex-vertical-center">
<div className="usa-navbar">
Expand Down

0 comments on commit 3d33244

Please sign in to comment.