mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 11:31:17 -07:00
Open external links in new tabs (#731)
* Open external links in new tabs - allow contact page mailto link opens in new tab - allow about page mailto link opens in new tab - comment against opening external links in same tab * Update snapshots
This commit is contained in:
parent
53c2d98eaa
commit
77a5f179a9
5 changed files with 16 additions and 1 deletions
|
@ -123,6 +123,7 @@ const IndexPage = ({location}: IndexPageProps) => {
|
|||
header={intl.formatMessage(ABOUT_COPY.GET_INVOLVED.SEND_FEEDBACK_HEADING)}
|
||||
linkText={`Email: ${CONTACT_COPY.FEEDBACK_EMAIL}`}
|
||||
url={`mailto:${CONTACT_COPY.FEEDBACK_EMAIL}`}
|
||||
openUrlNewTab={true}
|
||||
internal={false}>
|
||||
<p>
|
||||
{intl.formatMessage(ABOUT_COPY.GET_INVOLVED.SEND_FEEDBACK_INFO)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue