Skip to content

Commit

Permalink
chore(admin-react,website): update wording and remove aap typologies …
Browse files Browse the repository at this point in the history
…section

(cherry picked from commit d27df67)
  • Loading branch information
ThomasDos committed Jul 5, 2024
1 parent 83b1e47 commit 5acb388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const FaitesValiderVosCompetencesParUnDiplome = () => {

<div className="bg-white z-10 px-6 lg:px-10 pt-8 lg:pt-10 pb-12 border-b-[4px] border-b-[#FFA180] shadow-[0px_6px_18px_0px_rgba(0,0,18,0.16)]">
<h2 className="text-[28px] leading-9 lg:text-[32px] font-bold mb-6">
Recherchez parmi les 210 diplômes disponibles sur France VAE
Recherchez parmi les 26 diplômes disponibles sur France VAE
</h2>
<CertificateAutocompleteDsfr
onSubmit={({ label, value }) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ const SuiviCandidat = (props: SuiviCandidatProps) => (
</header>
<SectionParagraph className="font-bold lg:!text-[20px] lg:!leading-[32px]">
Depuis le 1er juillet 2023, France VAE est le portail unique de la
validation des acquis de l’expérience pour plusieurs certifications des
filières Grande distribution, Industrie métallurgique, Sport, Sanitaire
et Social. Ce service permet de garantir un niveau de qualité de service
pour l'ensemble des candidats à la VAE.
validation des acquis de l’expérience pour plusieurs certifications de
la filière Sanitaire et Social.
</SectionParagraph>
<SectionParagraph className="lg:!text-[20px] lg:!leading-[28px]">
L’inscription à la plateforme France VAE est ouverte dès maintenant pour
Expand Down Expand Up @@ -322,7 +320,6 @@ const ProfessionalSpaceHomePage = () => {
<SuiviCandidat isAAPSubscriptionSuspended={isAAPSubscriptionSuspended} />
<InterfaceProfessionnels />
<EngagementAAP />
<TypologiesAAP isAAPSubscriptionSuspended={isAAPSubscriptionSuspended} />
<NotreEquipeVousAccompagne />
</MainLayout>
);
Expand Down

0 comments on commit 5acb388

Please sign in to comment.