Remove fw-bold in View popup at attendance logs.
This commit is contained in:
parent
dc75121d31
commit
39927f12a6
@ -124,7 +124,7 @@ const AttendLogs = ({ Id }) => {
|
||||
return (
|
||||
<div className="table-responsive">
|
||||
<div className="mb-3">
|
||||
<h5 className="fw-bold mb-4">Attendance Logs</h5>
|
||||
<h5 className="mb-4">Attendance Logs</h5>
|
||||
{logs && !loading && (
|
||||
<p className="mb-0 text-start">
|
||||
Showing logs for{" "}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user