diff --git a/src/components/UpdateProfile/UpdateProfileForm.tsx b/src/components/UpdateProfile/UpdateProfileForm.tsx index 2782a3b75..016de646c 100644 --- a/src/components/UpdateProfile/UpdateProfileForm.tsx +++ b/src/components/UpdateProfile/UpdateProfileForm.tsx @@ -69,8 +69,10 @@ export function UpdateProfileForm() { return (
-

Profile

-

Update your profile details below.

+

Profile

+

+ Update and set up your public profile below. +

Public Profile

{publicProfileUrl && ( - - + + + Visit Profile )}
@@ -491,8 +496,8 @@ export function UpdatePublicProfileForm() { /> -
-
+
+
setIsEmailVisible(e.target.checked)} /> -
-
+
setIsAvailableForHire(e.target.checked)} /> -
- {isAvailableForHire && ( -

- Make sure to keep your progress updated for potential employers. -

- )}