update navbar, remove footer, create links page

This commit is contained in:
Quincy Larson
2015-11-19 23:29:00 -06:00
committed by Berkeley Martinez
parent 854e937a20
commit 9d08c1702e
7 changed files with 92 additions and 35 deletions

View File

@@ -3,7 +3,6 @@ import { contain } from 'thundercats-react';
import { Row } from 'react-bootstrap';
import { Nav } from './components/Nav';
import { Footer } from './components/Footer';
export default contain(
{
@@ -52,7 +51,6 @@ export default contain(
<Row>
{ this.props.children }
</Row>
<Footer />
</div>
);
}