Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update w9 form message #191

Merged
merged 1 commit into from
May 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions src/app/reimbursements/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,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
Loading