-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MBMS-82276 update introduction page of medallions form (#34648)
* MBMS-82276 update introduction page of medallions form * MBMS-82276 update introduction page of medallions form * MBMS-82276 update introduction page of medallions form * MBMS-82276 update introduction page of medallions form * MBMS-82276 changing text for signed in state for medallions form * MBMS-82276 add signed in link component for intro page for medallions form * MBMS-82276 add help footer to medallions form * MBMS-82276 add help footer to medallions form * MBMS-82276 fix text on introduction page for medallions form * MBMS-82276 fix text on introduction page for medallions form
- Loading branch information
1 parent
696d470
commit dcbe7cf
Showing
6 changed files
with
1,284 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export const TITLE = '1330M Apply for a medallion in a private cemetery'; | ||
export const SUBTITLE = 'Memorials benefits (VA Form 1330M)'; | ||
export const TITLE = 'Apply for a medallion in a private cemetery'; | ||
export const SUBTITLE = 'Form 1330M'; |
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,24 @@ | ||
import React from 'react'; | ||
import { CONTACTS } from '@department-of-veterans-affairs/component-library/contacts'; | ||
|
||
export default function GetFormHelp() { | ||
return ( | ||
<div> | ||
<p className="help-talk"> | ||
<b>If you have questions about burial benefits, </b> | ||
call VA Benefits and Services at <va-telephone contact="8008276947" /> ( | ||
<va-telephone contact={CONTACTS['711']} tty /> | ||
). We’re here Monday through Friday, 8:00 a.m. to 7:30 p.m. ET. | ||
</p> | ||
<p className="help-talk"> | ||
<b>If you need help filling out your form, </b> | ||
contact a local Veterans Service Organization (VSO). | ||
</p> | ||
<p> | ||
<a href="/get-help-from-accredited-representative/find-rep/"> | ||
Find a local Veterans Service Organization | ||
</a> | ||
</p> | ||
</div> | ||
); | ||
} |
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
Oops, something went wrong.