diff --git a/src/components/Footer/index.jsx b/src/components/Footer/index.jsx index 376f311..a8cc435 100644 --- a/src/components/Footer/index.jsx +++ b/src/components/Footer/index.jsx @@ -1,9 +1,8 @@ -import React from "react"; import { Link, useLocation } from "react-router-dom"; import Logo from "@/assets/images/logo.svg"; import SitLogo from "@/assets/images/Teams/sitlogo.svg"; -const Footer = () => { +function Footer() { const location = useLocation(); const handleLinkClick = () => { @@ -38,7 +37,7 @@ const Footer = () => { alt="Symbiosis Logo" className="h-10 md:h-12" /> -
+