Skip to content

Commit

Permalink
feat: add link to kbis faq page
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp committed May 31, 2024
1 parent fdc9032 commit 1abec74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions app/(header-default)/justificatif/[slug]/_components/rne.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ const ImmatriculationLinks = ({
<PrintNever>
<p>
Pour accéder aux données contenues dans un extrait d’immatriculation
(équivalent de <strong>l’extrait KBIS ou D1</strong>), vous pouvez
soit télécharger le{' '}
(équivalent de{' '}
<strong>
<a href="/faq/extrait-kbis">l’extrait KBIS ou D1</a>
</strong>
), vous pouvez soit télécharger le{' '}
<strong>
justificatif d’immatriculation au Registre National des Entreprises
(RNE)
Expand Down
2 changes: 1 addition & 1 deletion components/unite-legale-section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const UniteLegaleSection: React.FC<{
)}
{uniteLegale.dateMiseAJourInpi && (
<li>
Extrait RNE (équivalent KBIS/D1) :{' '}
Extrait RNE (<a href="/faq/extrait-kbis">équivalent KBIS/D1</a>) :{' '}
<ExtraitRNELink uniteLegale={uniteLegale} session={session} />
</li>
)}
Expand Down

0 comments on commit 1abec74

Please sign in to comment.