Petits fixes d'interface suite retour Urssaf
parent
0784ebf206
commit
880cb6c04e
|
@ -184,12 +184,13 @@ export default function PaySlip() {
|
|||
className="payslip__total"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<Value
|
||||
expression="contrat salarié . cotisations . salariales"
|
||||
displayedUnit="€"
|
||||
className="payslip__total"
|
||||
/>
|
||||
<div>
|
||||
<Value
|
||||
expression="contrat salarié . cotisations . salariales"
|
||||
displayedUnit="€"
|
||||
className="payslip__total"
|
||||
/>
|
||||
</div>
|
||||
{/* Salaire chargé */}
|
||||
<Line rule="contrat salarié . rémunération . total" />
|
||||
<span />
|
||||
|
|
|
@ -66,7 +66,7 @@ const simulateurURL = url.toString()
|
|||
links.innerHTML = `
|
||||
<div style="text-align: center; margin-bottom: 2rem; font-size: 80%">
|
||||
Retrouvez ce simulateur et bien d'autres sur
|
||||
<a href="${simulateurURL}">
|
||||
<a href="${simulateurURL}" target="_blank" rel="noopener">
|
||||
mon-entreprise.urssaf.fr
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue