ajoute un attribut alt sur l'image de la description salarié'

pull/1570/head
Johan Girod 2021-05-17 17:34:21 +02:00
parent 8fec6395f1
commit 97b385a01f
2 changed files with 7 additions and 0 deletions

View File

@ -1270,6 +1270,9 @@ pages:
shortname: Midwife
title: Income simulator for private midwives
salarié:
alt-image1: Net salary (received by the employee) = Gross salary (written in the
employment contract) - employee contributions (pension, social security,
etc.)
explication seo: <0>Calculate your net salary</0><1>During the job interview,
the employer usually offers a "gross" remuneration. The announced amount
thus includes employee contributions, which are used to finance the

View File

@ -157,6 +157,10 @@ export function getSimulatorsData({
? urlIllustrationNetBrut
: urlIllustrationNetBrutEn
}
alt={t(
'pages.simulateurs.salarié.alt-image1',
'Salaire net (perçu par le salarié) = Salaire brut (inscrit dans le contrat de travail) - cotisations salariales (retraite, csg, etc)'
)}
css={`
width: 100%;
`}