changed footer github url

This commit is contained in:
andres alcocer
2022-02-08 17:58:09 -05:00
parent 40b2e3ad73
commit cbf9001c65

View File

@@ -4,9 +4,12 @@ const footer = () => (
<footer className='footer'> <footer className='footer'>
<div className='footer__copyright'> <div className='footer__copyright'>
&copy; 2022 Made with by{' '} &copy; 2022 Made with by{' '}
<a className='footer__copyright--link' href='https://github.com/AndresXI'> <a
className='footer__copyright--link'
href='https://github.com/devandres-tech'
>
{' '} {' '}
Andres Alcocer Dev Andres
</a> </a>
</div> </div>
</footer> </footer>