feat: added a universal footer nav (#34864)

This commit is contained in:
Ahmad Abdolsaheb
2019-01-14 16:28:00 +03:00
committed by mrugesh mohapatra
parent 7629b67149
commit a5735e1a98
5 changed files with 87 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ import { isBrowser } from '../../../utils';
import OfflineWarning from '../OfflineWarning';
import Flash from '../Flash';
import Header from '../Header';
import Footer from '../Footer';
import './global.css';
import './layout.css';
@@ -156,6 +157,7 @@ class DefaultLayout extends Component {
) : null}
{children}
</div>
<Footer/>
</Fragment>
);
}