Skip to content

Commit

Permalink
Merge pull request #187 from BioSs54/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej authored Sep 17, 2023
2 parents 8e459ef + de56f07 commit 596ed10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export type HeaderProps = {
Record<
| "root"
| "body"
| "container"
| "bodyRow"
| "brand"
| "brandTop"
Expand Down Expand Up @@ -179,7 +180,7 @@ export const Header = memo(
{...rest}
>
<div className={cx(fr.cx("fr-header__body" as any), classes.body)}>
<div className={fr.cx("fr-container")}>
<div className={fr.cx("fr-container"), classes.container}>
<div className={cx(fr.cx("fr-header__body-row"), classes.bodyRow)}>
<div
className={cx(
Expand Down

0 comments on commit 596ed10

Please sign in to comment.