Skip to content

Commit

Permalink
On remet l'ancien header
Browse files Browse the repository at this point in the history
  • Loading branch information
morganmerzouk committed Oct 25, 2024
1 parent 0ef4623 commit 914f036
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ export default function Header() {
</div>
</Link>
<div>
{/* <Link href="/blog">Blog</Link>
<Link href="/blog">Blog</Link>
<Link href="/aides">Les aides</Link>
<Link href="/a-propos">À propos</Link>
<Link href="/contact">Contact</Link> */}

<CTAWrapper $justify="left">
<Link href="/contact">Contact</Link>
<Link href="/devenir-partenaire">Devenir Partenaire</Link>
{/* <CTAWrapper $justify="left">
<CTA
$fontSize="normal"
$importance="secondary"
Expand All @@ -92,7 +92,7 @@ export default function Header() {
>
<Link href="/simulation">→ Calculez vos aides</Link>
</CTA>
</CTAWrapper>
</CTAWrapper> */}
</div>
</nav>
</HeaderWrapper>
Expand Down

0 comments on commit 914f036

Please sign in to comment.