Update Dashboard component: change label from "In Role" to "In Today"

This commit is contained in:
Vaibhav Surve 2025-04-09 18:07:30 +05:30
parent cb3abe4831
commit 67a3648227

View File

@ -56,7 +56,7 @@ const Dashboard = () => {
</div> </div>
<div> <div>
<h4 className="mb-0 fw-bold">360</h4> <h4 className="mb-0 fw-bold">360</h4>
<small className="text-muted">In Role</small> <small className="text-muted">In Today</small>
</div> </div>
</div> </div>
</div> </div>