Change KatKayLa text priority
This commit is contained in:
@@ -29,12 +29,12 @@ export default function KatKayLa({tit, kantite, href, as}) {
|
|||||||
<Card className={classes.root} variant='outlined'>
|
<Card className={classes.root} variant='outlined'>
|
||||||
<CardActionArea onClick={() => router.push(href, as).then(() => window.scrollTo(0, 0))}>
|
<CardActionArea onClick={() => router.push(href, as).then(() => window.scrollTo(0, 0))}>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Typography style={{display: 'flex', justifyContent: 'center', alignItems: 'center'}} align='center' variant='h4' component='h1'>
|
<Typography gutterBottom style={{fontWeight: 'bold'}} align='center' variant='h4' component='h1'>
|
||||||
{tit}
|
|
||||||
</Typography>
|
|
||||||
<Typography gutterBottom style={{fontWeight: 'bold'}} align='center' variant='h5' component='h2'>
|
|
||||||
{kantite}
|
{kantite}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
<Typography align='center' variant='h5' component='h2'>
|
||||||
|
{tit}
|
||||||
|
</Typography>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</CardActionArea>
|
</CardActionArea>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Reference in New Issue
Block a user