diff --git a/src/components/footer/Footer.js b/src/components/footer/Footer.js index 8f5bdd5..9a1a013 100644 --- a/src/components/footer/Footer.js +++ b/src/components/footer/Footer.js @@ -7,7 +7,7 @@ import tcpName from "../../assets/images/tcpName.png"; import codeutsava from "../../assets/images/codeutsava.png"; import { Link } from "react-router-dom"; -const Footer = () => { +const Footer = ({id}) => { return (
@@ -139,7 +139,7 @@ const Footer = () => { Architected with ❤️ by TCP Team
- + Back to Top {
-
);