parent
1b8974d9c0
commit
77426941f3
|
@ -87,18 +87,6 @@ export const PlanContent = () => {
|
|||
)
|
||||
})
|
||||
.reverse()}
|
||||
|
||||
{/* <Li>
|
||||
<Link to={absoluteSitePaths.assistants.embaucher}>
|
||||
<Trans>Les formalités pour embaucher</Trans>
|
||||
</Link>
|
||||
</Li> */}
|
||||
|
||||
<Li>
|
||||
<Link to={absoluteSitePaths.assistants.sécuritéSociale}>
|
||||
<Trans>Protection sociale</Trans>
|
||||
</Link>
|
||||
</Li>
|
||||
</StyledUl>
|
||||
</Li>
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ const rawSitePathsFr = {
|
|||
index: '',
|
||||
assistants: {
|
||||
index: 'assistants',
|
||||
sécuritéSociale: 'sécurité-sociale',
|
||||
formulaireMobilité: 'demande-mobilité',
|
||||
'recherche-code-ape': 'recherche-code-ape',
|
||||
'déclaration-charges-sociales-indépendant':
|
||||
|
@ -99,7 +98,6 @@ const rawSitePathsEn = {
|
|||
...rawSitePathsFr,
|
||||
assistants: {
|
||||
index: 'assistants',
|
||||
sécuritéSociale: 'social-security',
|
||||
formulaireMobilité: 'posting-demand',
|
||||
'recherche-code-ape': 'search-code-ape',
|
||||
'déclaration-charges-sociales-indépendant':
|
||||
|
|
Loading…
Reference in New Issue