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}
|
||||
>
|
||||
<CardBody>
|
||||
<CardTitle className={styleCardTitle}>
|
||||
<CardTitle>
|
||||
<h5 style={styleCardTitle} className={headAlign}>
|
||||
{props.title}
|
||||
</h5>
|
||||
|
Reference in New Issue
Block a user