From 43882422413f2d56523c4eeb2a95857fb388b1f0 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Thu, 6 Aug 2026 22:34:14 +0200 Subject: [PATCH] chore(styling): header and footer flexbox styling fix --- frontend/src/components/Footer.tsx | 6 ++++-- frontend/src/components/Header.tsx | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 1bb413c..7f101fc 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -40,11 +40,13 @@ const iconLinks: IconLink[] = [ export default function Footer(): ReactElement { const currentYear = new Date().getFullYear(); + const startYear = 2025; return ( -