From 05453661ee3da20e2b9f2669ccf9fc5c0427ae42 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Fri, 31 May 2024 13:33:01 +0100 Subject: [PATCH] job thumbnail position changed --- src/components/Cards/AvailableJobsCard.jsx | 59 ++++++++++++---------- 1 file changed, 33 insertions(+), 26 deletions(-) diff --git a/src/components/Cards/AvailableJobsCard.jsx b/src/components/Cards/AvailableJobsCard.jsx index d31d8cf..1c0748d 100644 --- a/src/components/Cards/AvailableJobsCard.jsx +++ b/src/components/Cards/AvailableJobsCard.jsx @@ -44,39 +44,46 @@ export default function AvailableJobsCard({ }} className="flex flex-col justify-between w-full h-full" > -

- {datas.title} -

- -
-
-
-

- Added -

-

- {new Date(datas.offer_added).toLocaleDateString()} -

-
+
+
+ Job Image
-
-
-
-

- Expires -

-

- {new Date(datas.expire).toLocaleDateString()} -

+
+

+ {datas.title} +

+ +
+
+
+

+ Added +

+

+ {new Date(datas.offer_added).toLocaleDateString()} +

+
+
+
+
+
+

+ Expires +

+

+ {new Date(datas.expire).toLocaleDateString()} +

+
+
{datas.description}