Move footer to only landing page
Reviewed By: danielbuechele Differential Revision: D6968277 fbshipit-source-id: ec01d6e0de6a76ab9235378a1c1a29dcf7903ae3
This commit is contained in:
committed by
Facebook Github Bot
parent
af45863f8e
commit
c3de8016c0
@@ -12,7 +12,6 @@
|
||||
|
||||
import React from 'react';
|
||||
import Toolbar from './Toolbar';
|
||||
import Footer from './Footer';
|
||||
import './Page.css';
|
||||
require('prismjs/themes/prism.css');
|
||||
|
||||
@@ -29,6 +28,5 @@ export default (props: Props) => (
|
||||
<div className={`PageContent ${props.withSpacing ? 'withSpacing' : ''}`}>
|
||||
{props.children}
|
||||
</div>
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user