From de3d67f4072b7968fd43cf6f12a1220e45f8f783 Mon Sep 17 00:00:00 2001 From: Ai Ling Date: Tue, 8 Nov 2022 21:20:06 +0800 Subject: [PATCH] [offers][feat] Tweak OEA text --- .../src/components/offers/offerAnalysis/OfferAnalysis.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx b/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx index 1d8aa2ae..d28cfe19 100644 --- a/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx +++ b/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx @@ -58,9 +58,9 @@ function OfferAnalysisContent({ tab={tab} />

- {isSubmission - ? 'Here are some of the top offers relevant to you:' - : 'Relevant top offers:'} + {tab === OVERALL_TAB + ? 'Here are some of the highest offers with the same job title and YOE(±1):' + : 'Here are some of the highest offers with the same company, job title and YOE(±1):'}

{analysis.topPercentileOffers.map((topPercentileOffer) => (