diff --git a/ml-nexus/src/components/Footer.jsx b/ml-nexus/src/components/Footer.jsx index 1d4ee1a1..2fffe32f 100644 --- a/ml-nexus/src/components/Footer.jsx +++ b/ml-nexus/src/components/Footer.jsx @@ -1,6 +1,7 @@ import React from 'react'; import { FaGithub, FaLinkedin } from 'react-icons/fa'; import { MdEmail } from "react-icons/md"; +import { Link } from 'react-router-dom'; const Footer = () => { return ( @@ -13,10 +14,10 @@ const Footer = () => {
- About Us + About + Contact Projects Contributors - Contact