diff --git a/apps/portal/src/components/offers/profile/EducationCard.tsx b/apps/portal/src/components/offers/profile/EducationCard.tsx
index 603b3c67..0239743f 100644
--- a/apps/portal/src/components/offers/profile/EducationCard.tsx
+++ b/apps/portal/src/components/offers/profile/EducationCard.tsx
@@ -1,7 +1,4 @@
-import {
- BuildingLibraryIcon,
- LightBulbIcon,
-} from '@heroicons/react/24/outline';
+import { BuildingLibraryIcon, LightBulbIcon } from '@heroicons/react/20/solid';
import type { EducationType } from '~/components/offers/EducationFields';
import { getLabelForEducationFieldType } from '~/components/offers/EducationFields';
@@ -18,9 +15,9 @@ export default function EducationCard({
-
-
-
+
+
+
{field
? `${
type ? type.charAt(0).toUpperCase() + type.slice(1) : 'N/A'
@@ -35,7 +32,7 @@ export default function EducationCard({
{school && (
-
+
{school}
)}
diff --git a/apps/portal/src/pages/offers/profile/[offerProfileId].tsx b/apps/portal/src/pages/offers/profile/[offerProfileId].tsx
index 5880ce9a..b1498bf1 100644
--- a/apps/portal/src/pages/offers/profile/[offerProfileId].tsx
+++ b/apps/portal/src/pages/offers/profile/[offerProfileId].tsx
@@ -200,7 +200,7 @@ export default function OfferProfile() {
-
Loading...
+
Loading profile...
) : (
diff --git a/apps/portal/src/pages/offers/submit/result/[offerProfileId].tsx b/apps/portal/src/pages/offers/submit/result/[offerProfileId].tsx
index a7480b56..36ec895b 100644
--- a/apps/portal/src/pages/offers/submit/result/[offerProfileId].tsx
+++ b/apps/portal/src/pages/offers/submit/result/[offerProfileId].tsx
@@ -82,7 +82,7 @@ export default function OffersSubmissionResult() {
-
Loading...
+
Loading results...
) : checkToken.isError || getAnalysis.isError ? (