Skip to content

Commit

Permalink
# REMOVE - header
Browse files Browse the repository at this point in the history
  • Loading branch information
morishjs committed May 18, 2019
1 parent 0f3be4e commit 6285a16
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 43 deletions.
2 changes: 0 additions & 2 deletions support-station-web/src/components/Main/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { withStyles } from '@material-ui/core/styles';
import { Grid } from '@material-ui/core';
import TopContent from './TopContent';
import MainContent from './MainContent';
import MainHeader from './MainHeader';

const styles = theme => ({
root: {
Expand All @@ -24,7 +23,6 @@ function Main(props) {

return (
<Grid container spacing={0} direction="column" className={classes.root}>
<MainHeader />
<Grid container direction="column" className={classes.content}>
<TopContent />
<MainContent />
Expand Down
41 changes: 0 additions & 41 deletions support-station-web/src/components/Main/MainHeader.js

This file was deleted.

Empty file.
4 changes: 4 additions & 0 deletions support-station-web/src/pages/New.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ const styles = theme => ({
marginTop: -12,
marginLeft: -12,
},
submitButton: {
marginRight: '10px',
},
});

class New extends Component {
Expand Down Expand Up @@ -272,6 +275,7 @@ class New extends Component {
color="primary"
type="submit"
onClick={this.onSubmitClicked}
className={classes.submitButton}
>
Post
</Button>
Expand Down

0 comments on commit 6285a16

Please sign in to comment.