Skip to content

Commit

Permalink
more text
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed Jun 13, 2024
1 parent bf382a1 commit 9bbee15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ export function NoEnterprise({
<InputCheckbox
label={
<span>
<StrongItem>Je n&apos;ai pas d&apos;entreprise</StrongItem> (ma
recherche concerne les assistants maternels, employés
de&nbsp;maison)
Votre recherche concerne{" "}
<strong>les assistants maternels, employés de maison</strong>
</span>
}
name="salarieParticulierEmployeur"
Expand Down Expand Up @@ -83,12 +82,6 @@ export function NoEnterprise({

const { spacings } = theme;

const StrongItem = styled.strong`
font-weight: 600;
font-size: ${theme.fonts.sizes.default};
color: ${theme.colors.paragraph};
`;

const RowWrapper = styled.div`
display: flex;
justify-content: flex-start;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export function NoEnterprise(props: Props): JSX.Element {
stripe="left"
shift={theme.spacings.xmedium}
>
Votre recherche concerne <strong>les assistants maternels, employés de maison</strong> ?
Votre recherche concerne{" "}
<strong>les assistants maternels, employés de maison</strong>&nbsp;?
</Heading>
<StyledButton variant="link" onClick={onClick}>
Consultez votre convention collective
Expand Down

0 comments on commit 9bbee15

Please sign in to comment.