Fix the mailto link on "share feedback" link (#1267)

This commit is contained in:
Vim 2022-02-15 08:18:16 -05:00 committed by GitHub
parent 3e37d9d1a3
commit 0a6b490109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"
>

View file

@ -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}
/>,
}}