Change tit to h3
This commit is contained in:
@@ -182,7 +182,7 @@ export default function TeksDrawer({teks, anTeks}) {
|
|||||||
<main className={classes.content}>
|
<main className={classes.content}>
|
||||||
{anTeks ? (
|
{anTeks ? (
|
||||||
<>
|
<>
|
||||||
<Typography noWrap align='center' style={{marginTop: '2em'}} variant='h6'>
|
<Typography noWrap align='center' style={{marginTop: '0.5em'}} variant='h3'>
|
||||||
{anTeks.tit}
|
{anTeks.tit}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Grid container className={classes.grid} spacing={3}>
|
<Grid container className={classes.grid} spacing={3}>
|
||||||
|
|||||||
Reference in New Issue
Block a user