fix: remove broken link

fix #2932
pull/2944/head
Johan Girod 2024-05-03 10:16:01 +02:00
parent 1b8974d9c0
commit 77426941f3
2 changed files with 0 additions and 14 deletions

View File

@ -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>

View File

@ -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':