Add back button

This commit is contained in:
Reckless_Satoshi
2022-01-03 15:05:19 -08:00
parent bb0d2d46f2
commit a358a89e24

View File

@ -253,6 +253,11 @@ export default class MakerPage extends Component {
} }
</div> </div>
</Typography> </Typography>
<Grid item xs={12} align="center">
<Button color="secondary" variant="contained" to="/" component={Link}>
Back
</Button>
</Grid>
</Grid> </Grid>
</Grid> </Grid>
); );