Skip to content

Commit

Permalink
Corrige l'url d'accès à la collectivité depuis l'en-tête du panier
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-rutkowski committed Oct 7, 2024
1 parent 80896c8 commit 820d82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/panier/components/Layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Header = () => {
key="nom"
href={`${getAppBaseUrl(
document.location.hostname
)}/collectivite/${collectiviteInfo.collectivite_id}`}
)}/collectivite/${collectiviteInfo.collectivite_id}/accueil`}
>
{collectiviteInfo?.nom}
</Button>
Expand Down

0 comments on commit 820d82d

Please sign in to comment.