Skip to content

Commit

Permalink
CTA france-rénov plus bas que la carte
Browse files Browse the repository at this point in the history
  • Loading branch information
laem committed Mar 14, 2024
1 parent 4b89ff5 commit 634a1ed
Showing 1 changed file with 36 additions and 26 deletions.
62 changes: 36 additions & 26 deletions components/GestesBasket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,36 +177,46 @@ export default function GestesBasket({
Vous pouvez maintenant contacter un conseiller France Rénov'. Cela ne
vous engage à rien.
</p>
<CTAWrapper>
<CTA>
{' '}
<Link href="https://france-renov.gouv.fr/preparer-projet/trouver-conseiller#trouver-un-espace-conseil-france-renov">
<span
css={`
img {
filter: invert(1);
width: 1.6rem;
margin-right: 0.6rem;
height: auto;
vertical-align: bottom;
}
`}
>
<Image
src="/check.svg"
width="10"
height="10"
alt="Icône coche pleine"
/>
Trouver mon conseiller
</span>
</Link>
</CTA>
</CTAWrapper>
<MarSearch
codeInsee={situation['ménage . commune']?.replace(/'/g, '')}
what="trouver-conseiller-renov"
/>
<div
css={`
margin-top: 3rem;
`}
>
<p>
Si votre conseiller France Rénov' ne s'affiche pas sur la carte
ci-dessus, cliquez sur le bouton suivant :
</p>
<CTAWrapper>
<CTA>
{' '}
<Link href="https://france-renov.gouv.fr/preparer-projet/trouver-conseiller#trouver-un-espace-conseil-france-renov">
<span
css={`
img {
filter: invert(1);
width: 1.6rem;
margin-right: 0.6rem;
height: auto;
vertical-align: bottom;
}
`}
>
<Image
src="/check.svg"
width="10"
height="10"
alt="Icône coche pleine"
/>
Trouver mon conseiller
</span>
</Link>
</CTA>
</CTAWrapper>
</div>
</div>
)
}

0 comments on commit 634a1ed

Please sign in to comment.