Skip to content

Commit

Permalink
FIX api-particulier/eligible.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
skelz0r committed Jul 2, 2024
1 parent a3d76c4 commit 6794aa9
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions components/questionTree/data/api-particulier/eligible.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const pathEligible = {
choices: [
'Technocarte',
],
answer:
answer:
`<br/><Button href="https://datapass.api.gouv.fr/api-particulier?demarche=technocarte">Remplir une demande</Button>
`,
},
Expand Down Expand Up @@ -185,25 +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: [
'Agedi',
],
answer: `<br/><Button href="https://datapass.api.gouv.fr/api-particulier?demarche=agedi">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 6794aa9

Please sign in to comment.