From fee3376a88d15fffa2c0cd57067b6d88cfbfc930 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Fri, 27 Sep 2024 17:15:02 +0100 Subject: [PATCH] style updated --- src/components/jobPopout/OfferJobPopout.jsx | 37 ++++++++++++++------- 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/src/components/jobPopout/OfferJobPopout.jsx b/src/components/jobPopout/OfferJobPopout.jsx index d285cc9..0e0bacc 100644 --- a/src/components/jobPopout/OfferJobPopout.jsx +++ b/src/components/jobPopout/OfferJobPopout.jsx @@ -147,33 +147,46 @@ function OfferJobPopout({ details, onClose, situation }) { {/* INPUT SECTION */}
- + /> */} + +

+ { + (details.offer_added && details.offer_added?.split(" ")[0]) || + "default" + } +

- + /> */} + +

{details.expire && details.expire.split(" ")[0]}

- + {/* */} + +

{thePrice}

- + /> */} + +

{`${details.timeline_days} day(s)`}

@@ -182,7 +195,7 @@ function OfferJobPopout({ details, onClose, situation }) {

- +

{details.description}

{/* */}
@@ -193,7 +206,7 @@ function OfferJobPopout({ details, onClose, situation }) { {/*

{details.job_description || details.job_detail}

*/}