diff --git a/public/resources/waiver.pdf b/public/resources/waiver.pdf index 85ed413ff..9328b493f 100644 Binary files a/public/resources/waiver.pdf and b/public/resources/waiver.pdf differ diff --git a/src/components/Dashboard/ApplicationStatus.jsx b/src/components/Dashboard/ApplicationStatus.jsx index cb5c69b74..c075ffb8b 100644 --- a/src/components/Dashboard/ApplicationStatus.jsx +++ b/src/components/Dashboard/ApplicationStatus.jsx @@ -91,7 +91,9 @@ const DeclineButton = ({ onDecline, disabled }) => ( const Reimbursement = ({ reimbursement }) => ( reimbursement ?
- Your estimated reimbursement value is ${reimbursement.toFixed(2)}. Please note that reimbursement will be given in the form of Amazon giftcards, and you will only be granted reimbursement if you submit a hack to DevPost and demonstrate your hack.
+ Your estimated reimbursement value is ${reimbursement.toFixed(2)}. Due to a high number of applicants this semester, we cannot provide your exact travel reimbursement quantity at this time. Displayed here is the minimum amount of reimbursement you are approved for. On the day of, you might qualify for more based on the overall availability of funds (without exceeding the amount you spend or 59 dollars).
+
+ Please note that reimbursement will be given in the form of Amazon giftcards, and you will only be granted reimbursement if you submit a hack to DevPost and demonstrate your hack.
You are not eligible to receive any travel reimbursement
)