Skip to content

Commit

Permalink
added email to error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Feb 26, 2024
1 parent 1746948 commit e403ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function Dashboard() {
const resumeData = new FormData();

if (!pdf || pdf === undefined) {
alert("There was an error uploading your resume. Please try again.");
alert("There was an error uploading your resume. Please try again. If the problem persists, please email rnd@hackru.org");
}

resumeData.set('file', pdf as File);
Expand Down

0 comments on commit e403ae8

Please sign in to comment.