From 05ba241a9e31ac08bc6eaa1c0982cdd3309795e3 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Sat, 7 Sep 2024 20:46:20 -0400 Subject: [PATCH] change header to Link your resume --- frontend/src/components/Candidate-Decider/ResponsesPanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Candidate-Decider/ResponsesPanel.tsx b/frontend/src/components/Candidate-Decider/ResponsesPanel.tsx index 6ad3dd1b..f18447dd 100644 --- a/frontend/src/components/Candidate-Decider/ResponsesPanel.tsx +++ b/frontend/src/components/Candidate-Decider/ResponsesPanel.tsx @@ -27,7 +27,7 @@ const credentialHeaders = [ 'Last Name', 'Graduation Semester', 'NetID', - 'Link your resume (required).\n\nPlease make sure your resume is shared with us and anyone with the link can view. We will not review your application if the resume is not viewable!', + 'Link your resume', 'Share your GitHub (optional)', 'Share your LinkedIn (optional)', 'Share an additional portfolio (optional)', @@ -62,7 +62,7 @@ const getCredentials = (headers: string[], responses: string[]) => { case 'Graduation Semester': credentials.gradYear = responses[i]; break; - case 'Link your resume (required).\n\nPlease make sure your resume is shared with us and anyone with the link can view. We will not review your application if the resume is not viewable!': + case 'Link your resume': credentials.resumeURL = responses[i]; break; case 'Share your GitHub (optional)':