minor details
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import React from 'react';
|
||||
import NavigationItem from '../NavigationItems/NavigationItem/NavigationItem';
|
||||
|
||||
const footer = () => (
|
||||
|
||||
<footer className="footer">
|
||||
|
||||
<div className="footer__copyright">© 2018 Made with ❤️ by Andres Alcocer</div>
|
||||
<div className="footer__copyright">
|
||||
© 2018 Made with ❤️ by <a className="footer__copyright--link" href="http://andresio.com"> Andres Alcocer</a></div>
|
||||
</footer>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user