From dbd7623ce8ff202073b1837c7a2b43feadd863f9 Mon Sep 17 00:00:00 2001 From: Rebecca Hollis Date: Wed, 28 Apr 2021 13:28:09 -0400 Subject: [PATCH] replaced W-9 form with one that is partially filled in and can only be accessed by managers --- src/assets/conf/resources-landing-page.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/conf/resources-landing-page.json b/src/assets/conf/resources-landing-page.json index 1d453da..3142895 100644 --- a/src/assets/conf/resources-landing-page.json +++ b/src/assets/conf/resources-landing-page.json @@ -37,9 +37,9 @@ }, { "title": "Client W-9 Form", - "description": "A W-9 form is required by JDS Consulting so that the company can file an information return with the IRS.", + "description": "Clients need to fill out and return a W-9. Only authorized employees can access this form.", "imagePath": "tax-icon-100x100.png", - "urlText": "https://www.irs.gov/pub/irs-pdf/fw9.pdf", + "urlText": "https://drive.google.com/file/d/1frDN_hmo-GG2GIkTlPa8Dp7MBHfdXt83/view?usp=sharing", "altText": "tax icon", "keywords": "workflow, tax, taxes, account" }