diff --git a/src/Component/Footer.jsx b/src/Component/Footer.jsx index d0280c2d..51d9f855 100644 --- a/src/Component/Footer.jsx +++ b/src/Component/Footer.jsx @@ -3,7 +3,7 @@ import React from 'react'; import { FaGithub, FaLinkedin, FaStar, FaTwitter } from 'react-icons/fa6'; import { Link } from 'react-router-dom'; -import favicon from "../image/footer/favicon.png"; +import logo from "../image/footer/logo.png"; import img from "../image/footer/footer-qr.jpg"; import './Footer.css'; function Footer() { @@ -14,7 +14,7 @@ function Footer() {
CareerZunction is a dynamic platform connecting eager students with valuable internship opportunities. diff --git a/src/image/footer/logo.png b/src/image/footer/logo.png new file mode 100644 index 00000000..17f88d2c Binary files /dev/null and b/src/image/footer/logo.png differ