Skip to content

Commit

Permalink
feat: update footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj committed Jun 3, 2024
1 parent 71993a2 commit dd3e961
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@ export function Footer() {
<li className="fr-footer__content-item">
<a
className="fr-footer__content-link"
href="https://legifrance.gouv.fr"
href="https://info.gouv.fr"
>
legifrance.gouv.fr
info.gouv.fr
</a>
</li>
<li className="fr-footer__content-item">
<a
className="fr-footer__content-link"
href="https://gouvernement.fr"
href="https://service-public.fr/"
>
gouvernement.fr
service-public.fr
</a>
</li>
<li className="fr-footer__content-item">
<a
className="fr-footer__content-link"
href="https://service-public.fr"
href="https://legifrance.gouv.fr/"
>
service-public.fr
legifrance.gouv.fr
</a>
</li>
<li className="fr-footer__content-item">
Expand Down

0 comments on commit dd3e961

Please sign in to comment.