Change tit to h3

This commit is contained in:
2020-12-21 09:21:02 +01:00
parent 2b3bdfe43a
commit c279a018e5
+1 -1
View File
@@ -182,7 +182,7 @@ export default function TeksDrawer({teks, anTeks}) {
<main className={classes.content}>
{anTeks ? (
<>
<Typography noWrap align='center' style={{marginTop: '2em'}} variant='h6'>
<Typography noWrap align='center' style={{marginTop: '0.5em'}} variant='h3'>
{anTeks.tit}
</Typography>
<Grid container className={classes.grid} spacing={3}>