Footer.js 291 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 function Footer() { return ( <div className="footer"> <span>Copyright @ </span> <a href="https://github.com/taintlesscupcake" className="to-blue-400">SungJin</a> <span>. All right reserved.</span> </div > ) } export default Footer