From 5f93846a3b1dff554e21b2f38073e88caac8f566 Mon Sep 17 00:00:00 2001 From: Melvin Teo <62491197+meleongg@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:01:10 -0800 Subject: [PATCH] Add resume info blurb --- src/components/ApplicationForm/Skills.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/ApplicationForm/Skills.js b/src/components/ApplicationForm/Skills.js index 51319917..014f9210 100644 --- a/src/components/ApplicationForm/Skills.js +++ b/src/components/ApplicationForm/Skills.js @@ -3,7 +3,7 @@ import styled from 'styled-components' import { CONTRIBUTION_ROLE_OPTIONS, copyText } from '../../utility/Constants' import { Select, TextArea, TextInput } from '../Input' import ResumeUploadBtn from '../ResumeUploadBtn' -import { CenteredH1, ErrorMessage, QuestionHeading, ErrorSpan as Required } from '../Typography' +import { CenteredH1, ErrorMessage, P, QuestionHeading, ErrorSpan as Required } from '../Typography' import { FormSpacing, SubHeading } from './' const QuestionForm = styled.form` @@ -237,6 +237,10 @@ export default ({ refs, errors, formInputs, onChange, role, handleResume }) => { /> {errors?.resume && {errors?.resume}} +

+ This resume is not directly assessed in your application, but will be put in a resume + bank to be shared with nwHacks sponsors for internship and new grad opportunities! +