feat(welcome): Gatsby the Welcome page
This commit is contained in:
committed by
mrugesh mohapatra
parent
2a7726ce5f
commit
3b16e3ffe2
@ -49,6 +49,7 @@ module.exports = function bootUser(app) {
|
||||
|
||||
function readSessionUser(req, res, next) {
|
||||
const queryUser = req.user;
|
||||
|
||||
const source =
|
||||
queryUser &&
|
||||
Observable.forkJoin(
|
||||
|
@ -622,12 +622,3 @@ pre tt:after {
|
||||
font-size: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user