diff --git a/src/components/page-footer/PageFooter.js b/src/components/page-footer/PageFooter.js index fb15441..9d692fe 100644 --- a/src/components/page-footer/PageFooter.js +++ b/src/components/page-footer/PageFooter.js @@ -9,7 +9,7 @@ export default props => ( { props.items.map(i => (i.url ? {i.text} - : © 2017 - Marc Ed. Raffalli)) + : {i.text})) }