Skip to content

Commit

Permalink
Fix external links to pappers/annuaire des entreprises
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescd committed Feb 26, 2025
1 parent 5b14582 commit c4cd3b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/feature/Company/AnnuaireDesEntreprisesBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ export function AnnuaireDesEntreprisesBanner({

<div className="flex flex-col justify-end mb-1 ">
<ExternalLinkWithFavicon
text={'Annuaire des Entreprises'}
href={`https://annuaire-entreprises.data.gouv.fr/etablissement/${companySiret.trim()}}`}
text="Annuaire des Entreprises"
href={`https://annuaire-entreprises.data.gouv.fr/etablissement/${companySiret.trim()}`}
/>
<ExternalLinkWithFavicon
text={'Pappers'}
href={`https://www.pappers.fr/recherche?q=${companySiret.trim()}}`}
text="Pappers"
href={`https://www.pappers.fr/recherche?q=${companySiret.trim()}`}
/>
</div>
</div>
Expand Down

0 comments on commit c4cd3b4

Please sign in to comment.