From 1849a74bd2597a53e5288d0be797712fbd0e8466 Mon Sep 17 00:00:00 2001 From: Sylvain Lafay Date: Wed, 17 Sep 2025 15:51:56 +0200 Subject: [PATCH] feat(Footer): lien service-public.gouv.fr --- src/Footer.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Footer.tsx b/src/Footer.tsx index 87ee5006d..970587c21 100644 --- a/src/Footer.tsx +++ b/src/Footer.tsx @@ -172,7 +172,12 @@ export const Footer = memo( style, linkList, linkListTitle, - domains = ["info.gouv.fr", "service-public.fr", "legifrance.gouv.fr", "data.gouv.fr"], + domains = [ + "info.gouv.fr", + "service-public.gouv.fr", + "legifrance.gouv.fr", + "data.gouv.fr" + ], ...rest } = props;