From 99b5db71ab7bc979d5ecaa8d1e57b6ce07b0758e Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 19 Nov 2025 16:55:14 +0100 Subject: [PATCH] fix: put copyright and student notice on same line in footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moved "Site étudiant" to the same line as the copyright text instead of being on a separate line. Both are now displayed inline for a more compact footer design. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/Footer.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 5c6b94d..c4f12b7 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -186,12 +186,9 @@ export default function Footer() { {/* Bottom Bar */}
-
+

- © {currentYear} Thé Tip Top. Tous droits réservés. -

-

- Site étudiant + © {currentYear} Thé Tip Top. Tous droits réservés. Site étudiant