Add back button

This commit is contained in:
Reckless_Satoshi 2022-01-03 15:05:19 -08:00
parent bb0d2d46f2
commit a358a89e24
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

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