Skip to content

Commit 1d9b0fb

Browse files
authored
Travel reimbusemt wording & new waiver (#177)
1 parent 463753d commit 1d9b0fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

public/resources/waiver.pdf

387 KB
Binary file not shown.

src/components/Dashboard/ApplicationStatus.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ const DeclineButton = ({ onDecline, disabled }) => (
9191

9292
const Reimbursement = ({ reimbursement }) => (
9393
reimbursement ? <p>
94-
Your estimated reimbursement value is <strong>${reimbursement.toFixed(2)}.</strong> Please note that reimbursement will be given in the form of Amazon giftcards, and you will only be granted reimbursement <strong>if you submit a hack to DevPost and demonstrate your hack.</strong>
94+
Your estimated reimbursement value is <strong>${reimbursement.toFixed(2)}. </strong> 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).
95+
<br /><br />
96+
Please note that reimbursement will be given in the form of Amazon giftcards, and you will only be granted reimbursement <strong>if you submit a hack to DevPost and demonstrate your hack.</strong>
9597
</p> : <p> You are not eligible to receive any travel reimbursement </p>
9698
)
9799

0 commit comments

Comments
 (0)