From 19c25002633318597ad3e480a7a82a20d49ba3f2 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 24 Sep 2024 21:13:03 +0100 Subject: [PATCH] added dark color for offer list card --- 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" ?