Redesign and refactor makerPage

This commit is contained in:
Reckless_Satoshi 2022-01-03 14:56:23 -08:00
parent 44d95e768c
commit 332aeeb5f8
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

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