From 52b3b3a76f0817cb9807cb5d80cabe8744df7db9 Mon Sep 17 00:00:00 2001 From: Enguerran Weiss Date: Tue, 8 Oct 2024 16:53:17 +0200 Subject: [PATCH] updated crisp links --- .../app/components/search/SearchInfoSection.tsx | 12 +----------- .../forms/convention/formConvention.tsx | 17 +++++------------ .../app/contents/forms/convention/textSetup.tsx | 2 +- front/src/app/contents/home/content.ts | 6 +++--- .../BeneficiaryDashboardPage.tsx | 15 ++++++++------- 5 files changed, 18 insertions(+), 34 deletions(-) diff --git a/front/src/app/components/search/SearchInfoSection.tsx b/front/src/app/components/search/SearchInfoSection.tsx index 522f12ea50..9722bcf379 100644 --- a/front/src/app/components/search/SearchInfoSection.tsx +++ b/front/src/app/components/search/SearchInfoSection.tsx @@ -18,17 +18,7 @@ export const SearchInfoSection = () => (

Les entreprises ne répondent pas à 100% des sollicitations, cela n’a - rien à voir avec vous, ne vous découragez pas ! Retrouvez{" "} - - nos conseils pour vous démarquer - {" "} - lors de la première prise de contact. + rien à voir avec vous, ne vous découragez pas !

diff --git a/front/src/app/contents/forms/convention/formConvention.tsx b/front/src/app/contents/forms/convention/formConvention.tsx index d22cae7c2b..d4fa664a9a 100644 --- a/front/src/app/contents/forms/convention/formConvention.tsx +++ b/front/src/app/contents/forms/convention/formConvention.tsx @@ -200,7 +200,7 @@ const conventionSection = (internshipKind: InternshipKind) => ({ hintText: ( <> @@ -328,15 +328,8 @@ const beneficiarySection = (internshipKind: InternshipKind) => ({ id: beneficiarySectionIds.isRqth, hintText: ( <> - Il n'est pas obligatoire de le préciser, mais{" "} - - cela peut être utile au candidat et à l'entreprise - - . + Il n'est pas obligatoire de le préciser, mais cela peut être utile au + candidat et à l'entreprise. ), }, @@ -683,7 +676,7 @@ export const sidebarStepContent = ( Si vous n'avez pas de structure d'accompagnement, retrouvez{" "} @@ -772,7 +765,7 @@ export const sidebarStepContent = ( Si vous n'avez pas de structure d'accompagnement, retrouvez{" "} diff --git a/front/src/app/contents/forms/convention/textSetup.tsx b/front/src/app/contents/forms/convention/textSetup.tsx index ddbde2155c..7ec5061953 100644 --- a/front/src/app/contents/forms/convention/textSetup.tsx +++ b/front/src/app/contents/forms/convention/textSetup.tsx @@ -61,7 +61,7 @@ const immersionTexts = (internshipKind: InternshipKind) => ({ Si vous n'avez pas de structure d'accompagnement, retrouvez{" "} diff --git a/front/src/app/contents/home/content.ts b/front/src/app/contents/home/content.ts index adeac09c5e..66f7100949 100644 --- a/front/src/app/contents/home/content.ts +++ b/front/src/app/contents/home/content.ts @@ -296,7 +296,7 @@ export const sectionFaqData: Record = { title: "Comment signer ma convention ou envoyer un lien de signature ?", description: "Pour signer votre convention vous devez connaitre votre ID de convention et utiliser le mail que vous nous avez indiqué...", - url: "https://immersion-facile.beta.gouv.fr/aide/article/comment-signer-ma-convention-ou-envoyer-un-lien-de-signature-125bxxd/", + url: "https://immersion-facile.beta.gouv.fr/aide/article/comment-signer-ma-convention-ou-envoyer-un-lien-de-signature-si-je-nai-plus-le-lien-envoye-par-mail-125bxxd/", }, ], candidate: [ @@ -348,7 +348,7 @@ export const sectionFaqData: Record = { "Puis-je faire une demande de convention avec une entreprise non inscrite sur le site ?", description: "La réponse en trois mots : oui, bien sûr. Les entreprises accueillantes sont des entreprises que nous avons contactées et qui se sont engagées à accueillir des immersions...", - url: "https://immersion-facile.beta.gouv.fr/aide/article/puis-je-faire-une-demande-de-convention-avec-une-entreprise-non-inscrite-sur-le-site-f9z742/", + url: "https://immersion-facile.beta.gouv.fr/aide/article/puis-je-faire-une-immersion-dans-une-entreprise-non-referencee-sur-immersion-facilitee-ee9tak/", }, { title: "Qui peut prescrire une immersion ?", @@ -360,7 +360,7 @@ export const sectionFaqData: Record = { title: "Le bénéficiaire, l'entreprise ou le prescripteur n'a pas reçu la convention à signer", description: `Que vous soyez bénéficiaire, entreprise accueillante ou prescripteur d'immersions, il est nécéssaire de pouvoir recevoir nos emails afin de signer éléctroniquement la convention....`, - url: "https://immersion-facile.beta.gouv.fr/aide/article/le-beneficiaire-lentreprise-ou-le-prescripteur-na-pas-recu-la-convention-a-signer-125bxxd/", + url: "https://immersion-facile.beta.gouv.fr/aide/article/prescripteur-comment-envoyer-un-lien-de-signature-a-un-candidat-ou-une-entreprise-qui-na-pas-le-mail-de-signature-119woyc/", }, ], }; diff --git a/front/src/app/pages/beneficiary-dashboard/BeneficiaryDashboardPage.tsx b/front/src/app/pages/beneficiary-dashboard/BeneficiaryDashboardPage.tsx index bd1e048807..75cf9f6a8e 100644 --- a/front/src/app/pages/beneficiary-dashboard/BeneficiaryDashboardPage.tsx +++ b/front/src/app/pages/beneficiary-dashboard/BeneficiaryDashboardPage.tsx @@ -27,17 +27,18 @@ export const BeneficiaryDashboardPage = () => {