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" ;
23import { withStyles } from "@material-ui/styles" ;
3- import styles from "../styles/HelpStyles" ;
4- import Form from "./Form" ;
54import 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" ;
86import FadeIn from "react-fade-in" ;
7+ import styles from "../styles/HelpStyles" ;
8+ import Form from "./Form" ;
99import Placeholder from "./Placeholder" ;
1010
1111class Help extends Component {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import sizes from "./sizes";
33export default {
44 help : {
55 textAlign : "center" ,
6+ minHeight : "100vh" ,
67 } ,
78
89 mainHeading : {
@@ -58,8 +59,6 @@ export default {
5859 } ,
5960 } ,
6061
61- content : { } ,
62-
6362 cardHeading : {
6463 textTransform : "uppercase" ,
6564 display : "inline-block" ,
You can’t perform that action at this time.
0 commit comments