+ {!!session?.user?.name && (
+
+ {() => (
+
+ {session?.user?.name ?? ''}
+
+ )}
+
+ )}
{userNavigation.map((item) => (
{({ active }) => (
diff --git a/apps/portal/src/components/offers/profile/ProfileComments.tsx b/apps/portal/src/components/offers/profile/ProfileComments.tsx
index a9357d92..326ca3e1 100644
--- a/apps/portal/src/components/offers/profile/ProfileComments.tsx
+++ b/apps/portal/src/components/offers/profile/ProfileComments.tsx
@@ -91,7 +91,7 @@ export default function ProfileComments({
},
);
} else {
- // If not the OP and not logged in, direct users to log in
+ // If not the OP and not logged in, direct users to sign in
signIn();
}
}
diff --git a/apps/portal/src/components/offers/profile/comments/CommentCard.tsx b/apps/portal/src/components/offers/profile/comments/CommentCard.tsx
index 7c198d32..2b1022ba 100644
--- a/apps/portal/src/components/offers/profile/comments/CommentCard.tsx
+++ b/apps/portal/src/components/offers/profile/comments/CommentCard.tsx
@@ -89,7 +89,7 @@ export default function CommentCard({
},
);
} else {
- // If not the OP and not logged in, direct users to log in
+ // If not the OP and not logged in, direct users to sign in
signIn();
}
}
diff --git a/apps/portal/src/components/resumes/shared/ResumeSignInButton.tsx b/apps/portal/src/components/resumes/shared/ResumeSignInButton.tsx
index ce390fb7..faf7ee65 100644
--- a/apps/portal/src/components/resumes/shared/ResumeSignInButton.tsx
+++ b/apps/portal/src/components/resumes/shared/ResumeSignInButton.tsx
@@ -15,7 +15,7 @@ export default function ResumeSignInButton({ text, className }: Props) {
- Log in
+ Sign in
{' '}
{text}
diff --git a/apps/portal/src/pages/login.tsx b/apps/portal/src/pages/login.tsx
index 8223c02c..28b3088a 100644
--- a/apps/portal/src/pages/login.tsx
+++ b/apps/portal/src/pages/login.tsx
@@ -32,11 +32,11 @@ export default function LoginPage({
src="/logo.svg"
/>
- Tech Interview Handbook Portal
+ Sign in to Tech Interview Handbook Portal
Get your resumes peer-reviewed, discuss solutions to tech interview
- questions, get offer data points.
+ questions, explore offer data points.