From 251b8f039b75b0ed0a71d92a057053992b8e085d Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 27 Jun 2025 21:08:38 +0200 Subject: [PATCH] 2024 -> 2025 --- banquise-website/src/components/layout/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banquise-website/src/components/layout/Footer.tsx b/banquise-website/src/components/layout/Footer.tsx index 0072ea6..b9a884e 100644 --- a/banquise-website/src/components/layout/Footer.tsx +++ b/banquise-website/src/components/layout/Footer.tsx @@ -60,7 +60,7 @@ export const Footer: React.FC = () => (
- © 2024 {SITE_CONFIG.name}. Tous droits réservés. + © 2025 {SITE_CONFIG.name}. Tous droits réservés.
);