Skip to content

Commit

Permalink
Merge branch 'main' into 3551-file-input-mult-cond-slot
Browse files Browse the repository at this point in the history
  • Loading branch information
powellkerry authored Jan 15, 2025
2 parents dbc6425 + 0fc8fc8 commit 670e9ae
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 670e9ae

Please sign in to comment.