minor details

This commit is contained in:
andres alcocer
2018-11-18 22:03:40 -05:00
parent 731af42186
commit 3192982638
11 changed files with 159 additions and 46 deletions

View File

@@ -1,10 +1,12 @@
import React from 'react';
import NavigationItem from '../NavigationItems/NavigationItem/NavigationItem';
const footer = () => (
<footer className="footer">
<div className="footer__copyright">&copy; 2018 Made with by Andres Alcocer</div>
<div className="footer__copyright">
&copy; 2018 Made with by <a className="footer__copyright--link" href="http://andresio.com"> Andres Alcocer</a></div>
</footer>
);