Skip to content

Commit

Permalink
Merge pull request #1360 from betagouv/Miryad3108-patch-5
Browse files Browse the repository at this point in the history
Ajout Agedi
  • Loading branch information
skelz0r authored Jul 2, 2024
2 parents 04e127b + 9101764 commit f9c50f2
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions components/questionTree/data/api-particulier/eligible.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,19 +185,26 @@ export const pathEligible = {
`,
},
{
choices: [
'Coexya',
],
answer: `<br/><Button href="https://datapass.api.gouv.fr/api-particulier?demarche=Coexya">Remplir une demande</Button>
`,
},
{
choices: [
'Libreair',
],
answer: `<br/><Button href="https://datapass.api.gouv.fr/api-particulier?demarche=Libreair">Remplir une demande</Button>
`,
},
choices: [
'Coexya',
],
answer: `<br/><Button href="https://datapass.api.gouv.fr/api-particulier?demarche=Coexya">Remplir une demande</Button>
`,
},
{
choices: [
'Libreair',
],
answer: `<br/><Button href="https://datapass.api.gouv.fr/api-particulier?demarche=Libreair">Remplir une demande</Button>
`,
},
{
choices: [
'Agedi',
],
answer: `<br/><Button href="https://datapass.api.gouv.fr/api-particulier?demarche=agedi">Remplir une demande</Button>
`
},
{
choices: ['**Votre éditeur ne figure pas dans cette liste**'],
answer: `**Vous êtes éligible mais votre éditeur n’a pas intégré l’API&nbsp;Particulier <span role="img" aria-label="émoji loupe">🔎</span>**
Expand Down

0 comments on commit f9c50f2

Please sign in to comment.