mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 20:31:16 -07: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
|
<a
|
||||||
class="usa-link usa-link--external"
|
class="usa-link usa-link--external"
|
||||||
data-cy=""
|
data-cy=""
|
||||||
href="mailto=Screeningtool-Support@omb.eop.gov"
|
href="mailto:Screeningtool-Support@omb.eop.gov"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
|
|
@ -689,7 +689,7 @@ export const HOW_YOU_CAN_HELP_LIST_ITEMS = {
|
||||||
<LinkTypeWrapper
|
<LinkTypeWrapper
|
||||||
linkText= {'share feedback'}
|
linkText= {'share feedback'}
|
||||||
internal= {false}
|
internal= {false}
|
||||||
url= {`mailto=${CONTACT_COPY.FEEDBACK_EMAIL}`}
|
url= {`mailto:${CONTACT_COPY.FEEDBACK_EMAIL}`}
|
||||||
openUrlNewTab= {true}
|
openUrlNewTab= {true}
|
||||||
/>,
|
/>,
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue