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 (