Skip to content

Commit

Permalink
Amélioration graphique de la page Finaliser mon inscription
Browse files Browse the repository at this point in the history
  • Loading branch information
cparthur committed Jan 21, 2025
1 parent 84b6918 commit dd8be9a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const CollectivitesEngagees = () => {
};

const FinaliserMonInscription = () => (
<div className="mx-auto my-8" data-test="FinaliserInscription">
<div className="fr-container my-8" data-test="FinaliserInscription">
<EmptyCard
picto={(props) => <PictoCarte {...props} />}
title="Merci pour votre inscription !"
Expand All @@ -33,13 +33,15 @@ const FinaliserMonInscription = () => (
children: 'Découvrir les collectivités',
onClick: () => (window.location.href = recherchesCollectivitesUrl),
variant: 'outlined',
size: 'md',
},
{
children: 'Rejoindre une collectivité',
onClick: () =>
(window.location.href = getRejoindreCollectivitePath(
document.location.origin
)),
size: 'md',
},
]}
size="xl"
Expand Down

0 comments on commit dd8be9a

Please sign in to comment.