Add disclaimer and social icons

This commit is contained in:
Daniel Pötzinger
2017-04-01 15:23:55 +02:00
parent e05d63ebbb
commit d8820335b6
6 changed files with 90 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ import actions from '../actions';
import Header from './Header';
import Footer from './Footer';
import Router from './Router';
import FooterEnd from './FooterEnd';
function App(props) {
return (
@@ -19,6 +20,7 @@ function App(props) {
</div>
<div className="page__footer">
<Footer {...props} />
<FooterEnd {...props} />
</div>
</div>
</div>