Skip to content

Commit 0aaa4fb

Browse files
committed
refactor: update the other three w-9 form links
1 parent 77f2e27 commit 0aaa4fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/register/register-member-payment.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ const RegisterMemberPayment: React.FC<Props> = ({
483483
<Box mt={3}>
484484
<a
485485
download
486-
href="https://res.cloudinary.com/tmac/image/upload/v1589767111/W-9__TMAC_Inc.pdf"
486+
href="https://res.cloudinary.com/tmac/image/upload/v1690941409/W-9_TFAA_Inc.pdf"
487487
>
488488
Download W-9
489489
</a>

src/components/register/register-sponsor-payment.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ const RegisterSponsorPayment: React.FC<Props> = ({
370370
<Box mt={3}>
371371
<a
372372
download
373-
href="https://res.cloudinary.com/tmac/image/upload/v1589767111/W-9__TMAC_Inc.pdf"
373+
href="https://res.cloudinary.com/tmac/image/upload/v1690941409/W-9_TFAA_Inc.pdf"
374374
>
375375
Download W-9
376376
</a>

src/pages/members/RegistrationTasks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const RegistrationTasks = ({
214214
<ListItemSecondaryAction>
215215
<CtaButton
216216
buttonColor="blue"
217-
to="https://res.cloudinary.com/tmac/image/upload/v1589767111/W-9__TMAC_Inc.pdf"
217+
to="https://res.cloudinary.com/tmac/image/upload/v1690941409/W-9_TFAA_Inc.pdf"
218218
>
219219
Download
220220
</CtaButton>

0 commit comments

Comments
 (0)