Removed <br /> using seperate Typography element instead

This commit is contained in:
David J Sykes
2020-07-30 15:17:38 +01:00
parent 58fa8ce5fb
commit 343b922e8f
@@ -53,7 +53,8 @@ export const ErrorPage = ({
<Grid item xs={12} sm={4}>
<Typography variant="body1" className={classes.subtitle}>
ERROR {status}: {statusMessage}
<br />
</Typography>
<Typography variant="body1" className={classes.subtitle}>
{docPath}
</Typography>
<Typography variant="h2" className={classes.title}>