Made headers smaller (#2466)
* Made headers smaller * Changed to h3 * update snapshots Co-authored-by: andrzejewsky <vox3r69@gmail.com>
This commit is contained in:
parent
96650bb237
commit
cfb8be1893
2 changed files with 249 additions and 249 deletions
|
@ -79,7 +79,7 @@ const PageHeader: React.FC<PageHeaderProps> = props => {
|
|||
underline={underline}
|
||||
title={
|
||||
<>
|
||||
<Typography className={classes.title} variant="h1">
|
||||
<Typography className={classes.title} variant="h3">
|
||||
{title !== undefined ? (
|
||||
title
|
||||
) : (
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue