-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update content layout for Reg Only pages in Health Care Application (#…
- Loading branch information
Showing
7 changed files
with
42 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
src/applications/hca/components/FormDescriptions/RegistrationOnlyDescription.jsx
This file was deleted.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
src/applications/hca/components/FormDescriptions/RegistrationOnlyNote.jsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import React from 'react'; | ||
import { CONTACTS } from '@department-of-veterans-affairs/component-library/contacts'; | ||
|
||
const RegistrationOnlyNote = ( | ||
<p> | ||
<strong>Note:</strong> If you’re not sure which option to select, we | ||
recommend calling our Health Eligibility Center at{' '} | ||
<va-telephone contact={CONTACTS['222_VETS']} /> ( | ||
<va-telephone contact={CONTACTS['711']} tty /> | ||
). We’re here Monday through Friday, 8:00 a.m. to 8:00 p.m.{' '} | ||
<dfn> | ||
<abbr title="Eastern Time">ET</abbr> | ||
</dfn> | ||
. | ||
</p> | ||
); | ||
|
||
export default RegistrationOnlyNote; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters