Skip to content

Commit

Permalink
fix: url DS (#10)
Browse files Browse the repository at this point in the history
* fix: wording

* Update README.md

* fix: url DS
  • Loading branch information
Julien Bouquillon authored Feb 14, 2023
1 parent 3e57a69 commit 77a1256
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ yarn
yarn build
yarn export
```

4 changes: 2 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function App({ Component, pageProps }: AppProps) {
<>
<MuiDsfrThemeProvider>
<Head>
<title>demande-rc</title>
<title>Simulation d&apos;indemnité de rupture conventionnelle</title>
<link rel="icon" href="/favicon.ico" />
<meta
name="description"
Expand Down Expand Up @@ -120,7 +120,7 @@ function App({ Component, pageProps }: AppProps) {
<Footer
brandTop={brandTop}
accessibility="non compliant"
contentDescription={`Pour obtenir des informations complémentaires sur vos droits, vous pouvez appeler le 0\u00A0800\u00A0730\u00A0958 ou envoyer un courriel à l’adresse [XXX].`}
contentDescription={`Pour obtenir des informations complémentaires sur vos droits, vous pouvez appeler le 0\u00A0800\u00A0730\u00A0958.`}
homeLinkProps={homeLinkPops}
bottomItems={[/*...bottomLinks, */ headerFooterDisplayItem]}
/>
Expand Down
9 changes: 5 additions & 4 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ const Home: NextPage = () => {
Exercer dans les départements Guadeloupe ou Martinique
</p>
<p className="fr-message fr-message--info">
Avoir moins de 62 ans
Avoir moins de 62 ans ou ne pas justifier de droit à la retraite
à taux plein
</p>
</div>
</p>
Expand All @@ -97,7 +98,7 @@ const Home: NextPage = () => {
<Input
name="anciennete"
label="Ancienneté en années"
hint="Ancienneté totale de l’agent dans la Fonction Publique = durée cumulée des services accomplis dans la FPE, FPT, FPH exprimée en années complètes."
hint="Ancienneté totale de l’agent dans la Fonction Publique = durée cumulée des services effectifs accomplis dans la FPE, FPT, FPH exprimée en années complètes."
type="number"
onChange={setValue("anciennete")}
/>
Expand Down Expand Up @@ -150,7 +151,7 @@ const Home: NextPage = () => {
vous devez fournir les indications nécessaires à l’étude de votre
dossier, en cliquant sur{" "}
<a
href="https://www.demarches-simplifiees.fr/commencer/test/d2f7c653-9d17-495c-b11c-d00b736952fb"
href="https://www.demarches-simplifiees.fr/commencer/demande-de-rc"
target="_blank"
rel="noreferrer noopener"
>
Expand All @@ -163,7 +164,7 @@ const Home: NextPage = () => {
title="Déposer ma demande via démarches-simplifiées.fr"
iconId="fr-icon-send-plane-fill"
linkProps={{
href: "https://www.demarches-simplifiees.fr/commencer/test/d2f7c653-9d17-495c-b11c-d00b736952fb",
href: "https://www.demarches-simplifiees.fr/commencer/demande-de-rc",
target: "_blank",
}}
size="large"
Expand Down

0 comments on commit 77a1256

Please sign in to comment.