From d6711d5f0dc2e38a9eb7e00c0d264bafc55c1fcf Mon Sep 17 00:00:00 2001 From: Gunjan10-droid Date: Thu, 28 Aug 2025 23:35:04 +0530 Subject: [PATCH] Enhanced Footer Component --- client/src/components/Footer.jsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/src/components/Footer.jsx b/client/src/components/Footer.jsx index 600357c..94fa6d6 100644 --- a/client/src/components/Footer.jsx +++ b/client/src/components/Footer.jsx @@ -17,8 +17,7 @@ import { } from "lucide-react"; import { Link } from "react-router-dom"; -const Footer = () => { - const currentYear = new Date().getFullYear(); + const socialLinks = [ { @@ -89,7 +88,8 @@ const Footer = () => { ], }, ]; - +const Footer = () => { + const currentYear = new Date().getFullYear(); return (