diff --git a/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx b/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx
index 2cf876f2..e7e6199b 100644
--- a/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx
+++ b/apps/portal/src/components/offers/offerAnalysis/OfferAnalysis.tsx
@@ -1,6 +1,6 @@
import { useEffect } from 'react';
import { useState } from 'react';
-import { HorizontalDivider, Spinner, Tabs } from '@tih/ui';
+import { Alert, HorizontalDivider, Spinner, Tabs } from '@tih/ui';
import OfferPercentileAnalysisText from './OfferPercentileAnalysisText';
import OfferProfileCard from './OfferProfileCard';
@@ -22,17 +22,19 @@ function OfferAnalysisContent({
if (!analysis || analysis.noOfOffers === 0) {
if (tab === OVERALL_TAB) {
return (
-
- You are the first to submit an offer for your job title and YOE! Check
- back later when there are more submissions.
-
+
+ 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.
+
);
}
+
return (
-
- You are the first to submit an offer for this company, job title and
- YOE! Check back later when there are more submissions.
-
+
+ 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.
+
);
}
return (
diff --git a/apps/portal/src/components/offers/offersSubmission/OffersProfileSave.tsx b/apps/portal/src/components/offers/offersSubmission/OffersProfileSave.tsx
index 597c08cc..2ffecdcd 100644
--- a/apps/portal/src/components/offers/offersSubmission/OffersProfileSave.tsx
+++ b/apps/portal/src/components/offers/offersSubmission/OffersProfileSave.tsx
@@ -73,58 +73,67 @@ export default function OffersProfileSave({
};
return (
-
+
-
+
Save for future edits
-
-
We value your privacy.
-
- To keep you offer profile strictly anonymous, only people who have the
- link below can edit it.
+
+
+ We value your privacy
-
-
-
+
+
+ To keep your offer profile strictly anonymous, it is not linked to
+ your user account. Only people who have the link below can edit
+ it. If you want to edit the profile in future, store the link
+ somewhere.
+
+
+
+
+
+
+
+
+ If you do not want to manually store the link somewhere else, you
+ can add this offers profile to your user account by clicking the
+ button below. It will still only be editable by you.
+
+
+
-
-
- If you do not want to keep the edit link, you can opt to save this
- profile under your account's dashboard. It will still only be editable
- by you.
-