Change KatKayLa text priority

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-23 03:28:30 +04:00
parent a0962267f5
commit c39a0e6669
+4 -4
View File
@@ -29,12 +29,12 @@ export default function KatKayLa({tit, kantite, href, as}) {
<Card className={classes.root} variant='outlined'>
<CardActionArea onClick={() => router.push(href, as).then(() => window.scrollTo(0, 0))}>
<CardContent>
<Typography style={{display: 'flex', justifyContent: 'center', alignItems: 'center'}} align='center' variant='h4' component='h1'>
{tit}
</Typography>
<Typography gutterBottom style={{fontWeight: 'bold'}} align='center' variant='h5' component='h2'>
<Typography gutterBottom style={{fontWeight: 'bold'}} align='center' variant='h4' component='h1'>
{kantite}
</Typography>
<Typography align='center' variant='h5' component='h2'>
{tit}
</Typography>
</CardContent>
</CardActionArea>
</Card>