Skip to content

Commit

Permalink
va-telephone: add health resource center number to constants (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Pongo authored Jan 15, 2025
1 parent 3ad93a5 commit 0fc8fc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ export const contactsMap = Object.freeze({
description: 'Go Direct/Direct Express (Treasury)',
},
HELP_DESK: { phoneNumber: '8006982411', description: 'VA Help desk' },
HEALTH_RESOURCE_CENTER: {
phoneNumber: '8664001238',
description: 'Health Resource Center',
},
HEALTHCARE_ELIGIBILITY_CENTER: {
phoneNumber: '8554888440',
description: 'VA Healthcare Eligibility Center (Eligibility Division)',
Expand Down
4 changes: 4 additions & 0 deletions packages/web-components/src/contacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ export const contactsMap = Object.freeze({
description: 'Go Direct/Direct Express (Treasury)',
},
HELP_DESK: { phoneNumber: '8006982411', description: 'VA Help desk' },
HEALTH_RESOURCE_CENTER: {
phoneNumber: '8664001238',
description: 'Health Resource Center',
},
HEALTHCARE_ELIGIBILITY_CENTER: {
phoneNumber: '8554888440',
description: 'VA Healthcare Eligibility Center (Eligibility Division)',
Expand Down

0 comments on commit 0fc8fc8

Please sign in to comment.