done with layout, needs an api

This commit was merged in pull request #77.
This commit is contained in:
Ebube
2023-05-18 10:22:34 +01:00
parent 9ccac4b0aa
commit 89399aa29a
7 changed files with 842 additions and 438 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ export default function MyJobs(props) {
{/* heading */}
<div className="sm:flex justify-between items-center mb-6">
<div className="mb-5 sm:mb-0">
<h1 className="text-26 font-bold flex items-center space-x-1 text-dark-gray dark:text-white">
<h1 className="text-26 font-bold flex items-center space-x-1 text-dark-gray dark:text-white gap-2">
<span
className={`${selectTab === "today" ? "block" : "hidden"}`}
>
@@ -27,7 +27,7 @@ export default function MyJobs(props) {
<Link
to="/add-job"
className="w-20 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white"
className="text-white btn-gradient text-lg tracking-wide px-5 py-2 rounded-full"
>
Add Job
</Link>