Skip to content

Commit 22c597a

Browse files
authored
Merge pull request #185 from m2mathew/fix/tfaa_w9_form_link
Fix/tfaa w9 form link
2 parents 72ddf90 + 0aaa4fb commit 22c597a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tmac-website",
33
"description": "Website for the Texas Music Administrators Conference",
4-
"version": "2.30.1",
4+
"version": "2.30.2",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/m2mathew/tmac-website"

src/components/members/MemberContent/MemberInfo/MemberRegistrationTasks.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const MemberRegistrationTasks: React.FC<Props> = ({ currentMemberData }) => {
178178
<CtaButton
179179
colorVariant="resources"
180180
fontWeight={600}
181-
to="https://res.cloudinary.com/tmac/image/upload/v1589767111/W-9__TMAC_Inc.pdf"
181+
to="https://res.cloudinary.com/tmac/image/upload/v1690941409/W-9_TFAA_Inc.pdf"
182182
>
183183
Download W-9
184184
</CtaButton>

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)