feat(welcome): Gatsby the Welcome page

This commit is contained in:
Bouncey
2018-08-24 14:32:54 +01:00
committed by mrugesh mohapatra
parent 2a7726ce5f
commit 3b16e3ffe2
3 changed files with 1 additions and 10 deletions

View File

@ -49,6 +49,7 @@ module.exports = function bootUser(app) {
function readSessionUser(req, res, next) {
const queryUser = req.user;
const source =
queryUser &&
Observable.forkJoin(

View File

@ -622,12 +622,3 @@ pre tt:after {
font-size: 100%;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
}

View File

@ -17,7 +17,6 @@ import './global.css';
const propTypes = {
children: PropTypes.node.isRequired,
disableSettings: PropTypes.bool,
fetchUser: PropTypes.func.isRequired,
flashMessages: PropTypes.arrayOf(
PropTypes.shape({
id: PropTypes.string,