Skip to content

Commit

Permalink
handle 3239 + text
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed Jul 20, 2023
1 parent f63c6bd commit 633c704
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
Badge,
Button,
icons,
Paragraph,
Section,
theme,
Title,
Expand Down Expand Up @@ -69,7 +70,9 @@ const ContributionGeneric = ({ answers, content, slug }) => {

const CC_NOT_SUPPORTED = (
<>
<p>Nous n’avons pas de réponse pour cette convention collective.</p>
<Paragraph variant="primary" fontSize="hsmall" fontWeight="700" noMargin>
Nous n’avons pas de réponse pour cette convention collective
</Paragraph>
{showAnswer ? (
<p>Vous pouvez consulter les informations générales ci-dessous.</p>
) : (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ const ShowAlert = ({
return (
<>
<StyledAlert variant="primary">
<Paragraph
variant="primary"
fontSize="hsmall"
fontWeight="700"
noMargin
>
Convention collective non traitée
</Paragraph>
{simulator !== "QUESTIONNAIRE" && (
<Paragraph
variant="primary"
fontSize="hsmall"
fontWeight="700"
noMargin
>
Convention collective non traitée
</Paragraph>
)}
{alertAgreementNotSupported ? (
alertAgreementNotSupported(currentAgreement.url)
) : (
Expand Down

0 comments on commit 633c704

Please sign in to comment.