From fe48440a27ff09eff08ef4ccfa8fbc86d5da3148 Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Sat, 27 Dec 2025 23:12:56 +0100 Subject: [PATCH] Make zapwall.fr in footer clickable link to home page - Convert footer title to Link component pointing to / - Add hover effect (neon-cyan) for consistency - Maintains same styling --- components/Footer.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index a436428..e4ef017 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -20,7 +20,10 @@ export function Footer() {
- © {new Date().getFullYear()} {t('home.title')} + © {new Date().getFullYear()}{' '} + + {t('home.title')} +