mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Fix the mailto link on "share feedback" link (#1267)
This commit is contained in:
parent
3e37d9d1a3
commit
0a6b490109
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ exports[`rendering of the HowYouCanHelp checks if various text fields are visibl
|
|||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy=""
|
||||
href="mailto=Screeningtool-Support@omb.eop.gov"
|
||||
href="mailto:Screeningtool-Support@omb.eop.gov"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
|
|
@ -689,7 +689,7 @@ export const HOW_YOU_CAN_HELP_LIST_ITEMS = {
|
|||
<LinkTypeWrapper
|
||||
linkText= {'share feedback'}
|
||||
internal= {false}
|
||||
url= {`mailto=${CONTACT_COPY.FEEDBACK_EMAIL}`}
|
||||
url= {`mailto:${CONTACT_COPY.FEEDBACK_EMAIL}`}
|
||||
openUrlNewTab= {true}
|
||||
/>,
|
||||
}}
|
||||
|
|
Loading…
Add table
Reference in a new issue