mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-01 10:13:19 -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
|
@ -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
Add a link
Reference in a new issue