From 69b8c85b3d9e070f32a58ffcc4f66dff2722e2e2 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Wed, 26 Jul 2023 19:55:13 +0100 Subject: [PATCH] available time indication added --- src/components/HomeOne/CurrentJobsHero.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/HomeOne/CurrentJobsHero.js b/src/components/HomeOne/CurrentJobsHero.js index 8c20670..ac69229 100644 --- a/src/components/HomeOne/CurrentJobsHero.js +++ b/src/components/HomeOne/CurrentJobsHero.js @@ -88,7 +88,8 @@ class CurrentJobsHero extends Component { {/* */} {/* */} {/**/} -
+
+

{hourRemaining > 24 ? `available in the next ${hourRemaining%24} ${hourRemaining%24 > 1 ? 'days':'day'}` : `available in the next 12hrs 30mins`}

Learn More -- 2.34.1