calendar fix

This commit is contained in:
CHIEFSOFT\ameye
2025-07-26 15:03:21 -04:00
parent ddde4bd0d5
commit b5a37c4cc5
3 changed files with 4 additions and 6 deletions
+2 -4
View File
@@ -58,7 +58,7 @@ export default function TopBar() {
let textColor = item?.description == 'Contacts' ? 'text-danger' : item?.description == 'Site Traffic' ? 'text-primary' : item?.description == 'Appointments' ? 'text-orange' : 'text-success'
return (
<div key={item.id + index} className="col-sm-6 col-xxl-3">
<div className="card card-statistics ecommerce-contant overflow-h">
<div className={`card card-statistics ecommerce-contant overflow-h ${item?.extra_style} `}>
<div className="card-body p-0">
<div className="d-flex m-b-0 ecommerce-contant-text h-100">
<div className="w-100">
@@ -68,9 +68,7 @@ export default function TopBar() {
<small className="d-block">{item?.data_span}</small>
</div>
<div className="col text-right">
<h5 className="text-muted mb-0">{item?.description}</h5>
<strong className={`${textColor} m-t-5`}><i
className="zmdi zmdi-long-arrow-up font-weight-bold"></i> N/A</strong>
<h5 className="text-muted mb-0"><a href={item?.link}>{item?.description}</a></h5>
</div>
</div>
<div className="apexchart-wrapper">