Skip to content

Commit

Permalink
change header to Link your resume
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew032011 committed Sep 8, 2024
1 parent a46c6b7 commit 05ba241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Candidate-Decider/ResponsesPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down Expand Up @@ -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)':
Expand Down

0 comments on commit 05ba241

Please sign in to comment.