Skip to content

Commit

Permalink
fix(Footer): change partners heading level (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
slafayIGN authored Nov 20, 2024
1 parent c5353f6 commit b6cc8ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,14 +350,14 @@ export const Footer = memo(
</div>
{partnersLogos !== undefined && (
<div className={cx(fr.cx("fr-footer__partners"), classes.partners)}>
<h4
<h2
className={cx(
fr.cx("fr-footer__partners-title"),
classes.partnersTitle
)}
>
{t("our partners")}
</h4>
</h2>
<div
className={cx(
fr.cx("fr-footer__partners-logos"),
Expand Down

0 comments on commit b6cc8ab

Please sign in to comment.