offer job popout added

This commit was merged in pull request #109.
This commit is contained in:
victorAnumudu
2023-05-27 20:20:14 +01:00
parent f5b063234b
commit dfd601abc2
3 changed files with 148 additions and 5 deletions
+4 -4
View File
@@ -128,11 +128,11 @@ export default function MyJobTable({ className }) {
</div>
))
) : (
<tr className="font-bold text-xl text-dark-gray dark:text-white whitespace-nowrap">
<td className="p-2" colSpan="4">
<div className="font-bold text-xl text-dark-gray dark:text-white whitespace-nowrap">
<div className="p-2">
No Tasks!
</td>
</tr>
</div>
</div>
)}
</div>