File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- import React , { Component } from "react" ;
1
+ import { faExternalLinkAlt } from "@fortawesome/free-solid-svg-icons" ;
2
+ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome" ;
2
3
import { withStyles } from "@material-ui/styles" ;
3
- import styles from "../styles/HelpStyles" ;
4
- import Form from "./Form" ;
5
4
import axios from "axios" ;
6
- import { FontAwesomeIcon } from "@fortawesome/react-fontawesome" ;
7
- import { faExternalLinkAlt } from "@fortawesome/free-solid-svg-icons" ;
5
+ import React , { Component } from "react" ;
8
6
import FadeIn from "react-fade-in" ;
7
+ import styles from "../styles/HelpStyles" ;
8
+ import Form from "./Form" ;
9
9
import Placeholder from "./Placeholder" ;
10
10
11
11
class Help extends Component {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import sizes from "./sizes";
3
3
export default {
4
4
help : {
5
5
textAlign : "center" ,
6
+ minHeight : "100vh" ,
6
7
} ,
7
8
8
9
mainHeading : {
@@ -58,8 +59,6 @@ export default {
58
59
} ,
59
60
} ,
60
61
61
- content : { } ,
62
-
63
62
cardHeading : {
64
63
textTransform : "uppercase" ,
65
64
display : "inline-block" ,
You can’t perform that action at this time.
0 commit comments