mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-03-31 01:21:10 +08:00
[offers][chore] fix analysis description (#550)
This commit is contained in:
@@ -37,7 +37,8 @@ function OfferAnalysisContent({
|
||||
return (
|
||||
<Alert title="Insufficient data to compare with" variant="info">
|
||||
You are among the first to submit an offer for your job title and
|
||||
years of experience! Check back later when there are more submissions.
|
||||
years of experience in your location! Check back later when there are
|
||||
more submissions.
|
||||
</Alert>
|
||||
);
|
||||
}
|
||||
@@ -45,8 +46,8 @@ function OfferAnalysisContent({
|
||||
return (
|
||||
<Alert title="Insufficient data to compare with" variant="info">
|
||||
You are among the first to submit an offer for this company, job title
|
||||
and years of experience! Check back later when there are more
|
||||
submissions.
|
||||
and years of experience in your location! Check back later when there
|
||||
are more submissions.
|
||||
</Alert>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -18,14 +18,14 @@ export default function OfferPercentileAnalysisText({
|
||||
{isSubmission ? 'Your' : "This profile's"} highest offer is from{' '}
|
||||
<b>{companyName}</b>, which is <b>{percentile.toFixed(1)}</b> percentile
|
||||
out of <b>{noOfOffers}</b> offers received for the same job title and
|
||||
YOE(±1) in the last year.
|
||||
YOE(±1) in the last year in the same location.
|
||||
</p>
|
||||
) : (
|
||||
<p>
|
||||
{isSubmission ? 'Your' : 'The'} offer from <b>{companyName}</b> is{' '}
|
||||
<b>{percentile.toFixed(1)}</b> percentile out of <b>{noOfOffers}</b>{' '}
|
||||
offers received in {companyName} for the same job title and YOE(±1) in the
|
||||
last year.
|
||||
last year in the same location.
|
||||
</p>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user