*********UPDATING THE FRONTEND*********
WE WILL BEGIN WITH UPDATING THE FOOTER, IN FOOTER.JS import React from "react" ; function Footer () { return ( <> < div className = "footer" > < div className = " f-brand " > © TradeEasy Private Ltd </ div > < div className = "f-info-socials " > < br />< br />< br /> < a href = "https://www.linkedin.com/in/abhishek-kumar5471/" > < i class = "fa-brands fa-linkedin" ></ i > </ a > < a href = "https://github.com/abhishekkumar71" > < i class = "fa-brands fa-github" ></ i > </ a > ...

Comments
Post a Comment