Skip to content

Commit

Permalink
Merge branch 'main' into footerCfGov-className
Browse files Browse the repository at this point in the history
  • Loading branch information
shindigira authored Apr 3, 2024
2 parents 3cf1efb + c07ff12 commit 310d675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PageHeader/PageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default function PageHeader({
user
}: PageHeaderProperties): JSX.Element {
return (
<div className='o-header'>
<header className='o-header'>
<Banner tagline='An official website of the United States government' />
<Navbar {...{ links, user }} />
</div>
</header>
);
}

0 comments on commit 310d675

Please sign in to comment.