We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6672779 commit c826528Copy full SHA for c826528
1 file changed
src/CONST/index.ts
@@ -908,7 +908,7 @@ const CONST = {
908
STAGING_NEW_EXPENSIFY_URL: 'https://staging.new.expensify.com',
909
PR_TESTING_NEW_EXPENSIFY_URL: `https://${Config?.PULL_REQUEST_NUMBER}.pr-testing.expensify.com`,
910
NEWHELP_URL: 'https://help.expensify.com',
911
- WHATS_NEW: 'https://use.expensify.com/blog?category=Product%20Info',
+ WHATS_NEW_URL: `${USE_EXPENSIFY_URL}/blog?category=Product%20Info`,
912
INTERNAL_DEV_EXPENSIFY_URL: 'https://www.expensify.com.dev',
913
IMPORT_TAGS_EXPENSIFY_URL: 'https://help.expensify.com/articles/expensify-classic/workspaces/Create-tags#import-a-spreadsheet-1',
914
IMPORT_TAGS_EXPENSIFY_URL_DEPENDENT_TAGS: 'https://help.expensify.com/articles/expensify-classic/workspaces/Create-tags#multi-level-tags',
0 commit comments