don't use deprecated variants
This commit is contained in:
@ -16,7 +16,7 @@ function SectionContent(props) {
|
||||
const { children, classes, title } = props;
|
||||
return (
|
||||
<Paper className={classes.content}>
|
||||
<Typography variant="display1">
|
||||
<Typography variant="h4">
|
||||
{title}
|
||||
</Typography>
|
||||
{children}
|
||||
|
Reference in New Issue
Block a user