Skip to content

Commit

Permalink
fix texte applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed Jul 24, 2023
1 parent 7b1e038 commit b8e62e2
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,22 @@ const ContributionCC = ({ answers, content, slug }) => {
markdown={answers.generic.markdown}
components={rehypeToReact(content)}
/>
{slug === "quelle-est-la-duree-de-preavis-en-cas-de-licenciement" &&
!conventionAnswer && (
<Alert>
<Heading as="p">Texte applicable</Heading>
<p>
<p>
Si la convention ou l’accord collectif ou un usage prévoit
des conditions - durée du préavis et/ou ancienneté - plus
favorables que le code du travail pour le salarié,
l’employeur les applique.
</p>
Le contrat de travail peut toujours prévoir des mesures plus
favorables, qui s’appliqueront.
</p>
</Alert>
)}
<ReferencesJuridiques
references={filteredRefs(answers?.generic?.references, content.url)}
/>
Expand Down

0 comments on commit b8e62e2

Please sign in to comment.