mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
fix className in Card component
This commit is contained in:
@@ -34,7 +34,7 @@ const Card = (props) => {
|
|||||||
style={style}
|
style={style}
|
||||||
>
|
>
|
||||||
<CardBody>
|
<CardBody>
|
||||||
<CardTitle className={styleCardTitle}>
|
<CardTitle>
|
||||||
<h5 style={styleCardTitle} className={headAlign}>
|
<h5 style={styleCardTitle} className={headAlign}>
|
||||||
{props.title}
|
{props.title}
|
||||||
</h5>
|
</h5>
|
||||||
|
Reference in New Issue
Block a user