From 10189a89c4345b4d4aed8d6ad8c4d99f130fdff3 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 24 Sep 2024 21:10:16 +0100 Subject: [PATCH] repositioned offer list display --- src/components/Dashboards/AccountDashboard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboards/AccountDashboard.jsx b/src/components/Dashboards/AccountDashboard.jsx index 0f5f361..7fe72ce 100644 --- a/src/components/Dashboards/AccountDashboard.jsx +++ b/src/components/Dashboards/AccountDashboard.jsx @@ -147,7 +147,7 @@ const TopBanner = ({ image, title = "", desc = "", btn, link_path, key }) => { const NewOfferCard = ({ datas, hidden = false, price, setOfferPopout, image }) => { return ( -
+
{/* thumbnail image/video */} {datas.job_type == "MEDIA" ?