Skip to content

Commit

Permalink
Merge pull request Expensify#30656 from Expensify/jamesdeanexpensify-…
Browse files Browse the repository at this point in the history
…patch-1

Update CONST.ts
  • Loading branch information
NikkiWines authored Nov 1, 2023
2 parents 3634718 + 4618559 commit 4618b39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,6 @@ const CONST = {
RECIEPT_SCANNING_URL: `${USE_EXPENSIFY_URL}/receipt-scanning-app`,
BILL_PAY_URL: `${USE_EXPENSIFY_URL}/bills`,
INVOICES_URL: `${USE_EXPENSIFY_URL}/invoices`,
CPA_CARD_URL: `${USE_EXPENSIFY_URL}/cpa-card`,
PAYROLL_URL: `${USE_EXPENSIFY_URL}/payroll`,
TRAVEL_URL: `${USE_EXPENSIFY_URL}/travel`,
EXPENSIFY_APPROVED_URL: `${USE_EXPENSIFY_URL}/accountants`,
Expand Down
4 changes: 0 additions & 4 deletions src/pages/signin/SignInPageLayout/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ const columns = ({scrollPageToTop}) => [
link: CONST.FOOTER.INVOICES_URL,
translationPath: 'footer.invoicing',
},
{
link: CONST.FOOTER.CPA_CARD_URL,
translationPath: 'footer.CPACard',
},
{
link: CONST.FOOTER.PAYROLL_URL,
translationPath: 'footer.payroll',
Expand Down

0 comments on commit 4618b39

Please sign in to comment.