update navbar, remove footer, create links page
This commit is contained in:
committed by
Berkeley Martinez
parent
854e937a20
commit
9d08c1702e
@@ -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>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user