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) {
|
function readSessionUser(req, res, next) {
|
||||||
const queryUser = req.user;
|
const queryUser = req.user;
|
||||||
|
|
||||||
const source =
|
const source =
|
||||||
queryUser &&
|
queryUser &&
|
||||||
Observable.forkJoin(
|
Observable.forkJoin(
|
||||||
|
@ -622,12 +622,3 @@ pre tt:after {
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
h4,
|
|
||||||
h5,
|
|
||||||
h6 {
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
@ -17,7 +17,6 @@ import './global.css';
|
|||||||
const propTypes = {
|
const propTypes = {
|
||||||
children: PropTypes.node.isRequired,
|
children: PropTypes.node.isRequired,
|
||||||
disableSettings: PropTypes.bool,
|
disableSettings: PropTypes.bool,
|
||||||
fetchUser: PropTypes.func.isRequired,
|
|
||||||
flashMessages: PropTypes.arrayOf(
|
flashMessages: PropTypes.arrayOf(
|
||||||
PropTypes.shape({
|
PropTypes.shape({
|
||||||
id: PropTypes.string,
|
id: PropTypes.string,
|
||||||
|
Reference in New Issue
Block a user