Skip to content

Commit

Permalink
feat: enquete en page d'accueil
Browse files Browse the repository at this point in the history
  • Loading branch information
slafayIGN committed Sep 18, 2024
1 parent 6170315 commit bc501a9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion assets/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,22 @@ const Home = () => {
}
}, [params, user]);

const infoBannerMsg = (
<>
Votre avis compte ! Participez à notre questionnaire pour nous aider à améliorer le site cartes.gouv.fr. Merci pour votre contribution précieuse.{" "}
<a
href="https://analytics-eu.clickdimensions.com/ignfr-agj1s/pages/dbg2dmemee4wanorp13w.html?PageId=0eb6b1752661ef11bfe3000d3aba75df"
target="_blank"
rel="noreferrer"
title="Questionnaire sur cartes.gouv.fr - Ouvre une nouvelle fenêtre"
>
Participer
</a>
</>
);

return (
<AppLayout documentTitle="Le service public des cartes et données du territoire">
<AppLayout documentTitle="Le service public des cartes et données du territoire" infoBannerMsg={infoBannerMsg}>
{params?.["authentication_failed"] === 1 && (
<Alert
severity="error"
Expand Down

0 comments on commit bc501a9

Please sign in to comment.