updated footer component
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
import React from 'react';
|
import React from 'react'
|
||||||
|
|
||||||
const footer = () => (
|
const footer = () => (
|
||||||
<footer className="footer">
|
<footer className='footer'>
|
||||||
<div className="footer__copyright">
|
<div className='footer__copyright'>
|
||||||
© 2018 Made with ❤️ by{' '}
|
© 2021 Made with ❤️ by{' '}
|
||||||
<a className="footer__copyright--link" href="http://andresio.com">
|
<a className='footer__copyright--link' href='https://github.com/AndresXI'>
|
||||||
{' '}
|
{' '}
|
||||||
Andres Alcocer
|
Andres Alcocer
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
);
|
)
|
||||||
|
|
||||||
export default footer;
|
export default footer
|
||||||
|
|||||||
Reference in New Issue
Block a user