From 7426f5f642f0b58533ebd74ed62e5a8a7907f583 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 17 Jun 2024 10:01:15 +0200 Subject: [PATCH] feat(component): Update footer styling and structure The footer's class has been updated to improve page layout. Additionally, unnecessary div containing flex properties has been removed for simplicity and improved readability. --- src/components/footer.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/footer.tsx b/src/components/footer.tsx index dde98f8..676f78e 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -5,7 +5,7 @@ export function Footer() { return ( ); }