From ea741dfe82f2ab42df0208a44e75d1550674b5ec Mon Sep 17 00:00:00 2001 From: JackW <53652452+JackW6809@users.noreply.github.com> Date: Wed, 9 Jul 2025 14:56:38 +0100 Subject: [PATCH] Update Footer.tsx (#17) Added automatic year updating Co-authored-by: Adam Shiervani --- app/components/landingpage/Footer.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/landingpage/Footer.tsx b/app/components/landingpage/Footer.tsx index 414ec9e..7ab9a2f 100644 --- a/app/components/landingpage/Footer.tsx +++ b/app/components/landingpage/Footer.tsx @@ -21,6 +21,7 @@ const FooterLink = ({ ); export default function Footer() { + const CurrentYear = new Date().getFullYear(); return (