@ -20,9 +20,9 @@ import { trpc } from '~/utils/trpc';
constTITLE_PLACEHOLDER=
constTITLE_PLACEHOLDER=
'e.g. Applying for Company XYZ, please help me to review!';
'e.g. Applying for Company XYZ, please help me to review!';
constADDITIONAL_INFO_PLACEHOLDER=`e.g. I’m applying for company XYZ. I have been resume-rejected by N companies that I have applied for. Please help me to review so company XYZ gives me an interview!`;
constADDITIONAL_INFO_PLACEHOLDER=`e.g. I’m applying for company XYZ. I have been resume-rejected by N companies that I have applied for. Please help me to review so company XYZ gives me an interview!`;
constFILE_UPLOAD_ERROR='Please upload a PDF file that is less than 10MB.';
constFILE_UPLOAD_ERROR='Please upload a PDF file that is less than 3MB.';
constMAX_FILE_SIZE_LIMIT=10000000;
constMAX_FILE_SIZE_LIMIT=3000000;
typeIFormInput={
typeIFormInput={
additionalInfo?: string;
additionalInfo?: string;
@ -186,7 +186,7 @@ export default function SubmitResumeForm() {