Skip to content

Commit

Permalink
Merge pull request #191 from hack4impact-calpoly/w9-message
Browse files Browse the repository at this point in the history
update w9 form message
  • Loading branch information
ryanhu021 authored May 23, 2024
2 parents b873c92 + f3b0901 commit a221a9c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/app/reimbursements/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,14 @@ Thank you!`;
</Form>
<ImagePopup ref={popupRef} success={uploadSuccess} />

<div className="flex flex-col bg-gray-200 items-center space-y-2">
<div className="flex flex-col bg-gray-200 items-center space-y-2 px-4">
<h4 className="p-3 pb-0 text-2xl font-bold ">
Did you email your W9 form to Stacey?
Did you email the W9 form to Ecologistics?
</h4>
<p className="text-lg pb-2">Click yes or no</p>
<p className="text-lg pb-2">
{`*This only applies to third-party payments. If this is a
reimbursement, click "Yes" to continue.`}
</p>
<div className="w-[90%] flex justify-between pb-4">
<Button
onClick={handleConfirm}
Expand Down

0 comments on commit a221a9c

Please sign in to comment.