From e3b5b377e4f0e1696a4c143557ed65cb705a1477 Mon Sep 17 00:00:00 2001 From: Aldo Canepa Date: Fri, 23 Aug 2024 11:16:34 -0700 Subject: [PATCH] Add HELPDOT_ROOT constant --- lib/CONST.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CONST.ts b/lib/CONST.ts index 742374c1..28b72e32 100644 --- a/lib/CONST.ts +++ b/lib/CONST.ts @@ -403,6 +403,7 @@ const CONST = { CLOUDFRONT_FILES: 'https://d2k5nsl2zxldvw.cloudfront.net/files/', EXPENSIFY_SYNC_MANAGER: 'quickbooksdesktop/Expensify_QuickBooksDesktop_Setup_2300802.exe', USEDOT_ROOT: 'https://use.expensify.com/', + HELPDOT_ROOT: 'https://help.expensify.com/', ITUNES_SUBSCRIPTION: 'https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/manageSubscriptions', },