Coupon pening

This commit is contained in:
CHIEFSOFT\ameye
2023-06-12 17:43:07 -04:00
parent 0a0cca7326
commit e0a728c5cf
6 changed files with 16 additions and 17 deletions
@@ -6,14 +6,14 @@ function PastDueTaskAction() {
<table className="w-full text-sm text-left text-gray-500 dark:text-gray-400 worker-pastdue">
<tbody>
<tr className=" border-b dark:border-[#5356fb29] hover:bg-gray-50">
<tr>
<td>
<div className="flex space-x-2 items-center w-full">
<div className="flex flex-col flex-[0.9]">
<h1 className="text-xl text-dark-gray dark:text-white">
You have missed the allocated time
</h1>
</div>
{/*<div className="flex flex-col flex-[0.9]"> </div>*/}
</div>
</td>
</tr>