Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/frontend/src/views/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const Login: FC = () => {
</Grid>
)}
</Grid>
<Grid container alignItems="center" justify="space-between">
<Grid container alignItems="center" justifyContent="space-between">
<Grid item>
<FormControlLabel
control={<Checkbox color="primary" />}
Expand All @@ -125,7 +125,7 @@ export const Login: FC = () => {
</Button>
</Grid>
</Grid>
<Grid container justify="center" className={classes.marginTop}>
<Grid container justifyContent="center" className={classes.marginTop}>
{' '}
<Button
variant="outlined"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const SignUp: FC = () => {
</Grid>
)}
</Grid>
<Grid container justify="center" className={classes.marginTop}>
<Grid container justifyContent="center" className={classes.marginTop}>
<Button
variant="outlined"
color="primary"
Expand Down