Skip to content

Commit 2b18af5

Browse files
committed
fix: add proper class names
1 parent 20b3798 commit 2b18af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/dashboard/Dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ const Dashboard = () => {
244244
<CRow>
245245
<CCol xs={6}>
246246
<div className="border-start border-start-4 border-start-info py-1 px-3">
247-
<div className="text-body-secondary text-truncate xsall">New Clients</div>
247+
<div className="text-body-secondary text-truncate small">New Clients</div>
248248
<div className="fs-5 fw-semibold">9,123</div>
249249
</div>
250250
</CCol>

0 commit comments

Comments
 (0)