Skip to content

Commit

Permalink
feat: comment Mon Espace paragraphs and link for a while (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
pom421 authored Nov 13, 2023
1 parent 3147d4e commit 4502be8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ const ConfirmationPage = () => {
)}
</>
)}

<Grid align="center" mt="4w">
{/* TODO: uncomment when Mon espace is ready */}
{/* <Grid align="center" mt="4w">
<GridCol md="10">
<Card
title="Informations"
Expand Down Expand Up @@ -253,7 +253,7 @@ const ConfirmationPage = () => {
}
/>
</GridCol>
</Grid>
</Grid> */}

<Box className="text-center" my="6w">
<Link
Expand Down
14 changes: 7 additions & 7 deletions packages/app/src/app/(default)/index-egapro/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { fr } from "@codegouvfr/react-dsfr";
import Breadcrumb from "@codegouvfr/react-dsfr/Breadcrumb";
import Button from "@codegouvfr/react-dsfr/Button";
import ButtonsGroup from "@codegouvfr/react-dsfr/ButtonsGroup";
Expand Down Expand Up @@ -94,13 +95,12 @@ const IndexEgapro = () => {
title="Déclaration des objectifs de progression et mesures de correction"
desc="Vous pouvez déclarer vos mesures de correction si votre index est inférieur à 75 points et vos objectifs de progression si votre index est inférieur à 85 points via le formulaire suivant."
footer={
<Button
linkProps={{
href: "#",
}}
>
Déclarer
</Button>
<>
<Button disabled={true}>Déclarer</Button>
<span className={fr.cx("fr-ml-4v", "fr-text--sm")}>
<i>Cette fonctionnalité sera bientôt disponible.</i>
</span>
</>
}
/>
</CenteredContainer>
Expand Down

0 comments on commit 4502be8

Please sign in to comment.