mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 02:08:47 +00:00
Fix indents
This commit is contained in:
parent
e644498108
commit
903ea35662
@ -113,30 +113,30 @@ export class verify extends Component {
|
|||||||
/>
|
/>
|
||||||
<Grid container direction="column">
|
<Grid container direction="column">
|
||||||
<Grid item>
|
<Grid item>
|
||||||
<Button
|
<Button
|
||||||
type="submit"
|
type="submit"
|
||||||
variant="contained"
|
variant="contained"
|
||||||
color="primary"
|
color="primary"
|
||||||
className={classes.button}
|
className={classes.button}
|
||||||
disabled={loading}
|
disabled={loading}
|
||||||
>
|
>
|
||||||
Submit
|
Submit
|
||||||
{loading && (
|
{loading && (
|
||||||
<CircularProgress size={30} className={classes.progress} />
|
<CircularProgress size={30} className={classes.progress} />
|
||||||
)}
|
)}
|
||||||
</Button>
|
</Button>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item>
|
<Grid item>
|
||||||
<Button
|
<Button
|
||||||
variant="oulined"
|
variant="oulined"
|
||||||
color="primary"
|
color="primary"
|
||||||
className={classes.button}
|
// className={classes.button}
|
||||||
component={ Link }
|
component={ Link }
|
||||||
to='/user'
|
to='/user'
|
||||||
>
|
>
|
||||||
Back to Profile
|
Back to Profile
|
||||||
</Button>
|
</Button>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</form>
|
</form>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user