MB-600 | Open demographics modal link in new tab

[MB-600]
- Update demographics modal to open embedded link in new tab
This commit is contained in:
Justin Hynes
2020-09-29 09:33:21 -04:00
parent bac8f3aebc
commit 66821bb1e1

View File

@@ -274,7 +274,7 @@ class DemographicsCollectionModal extends React.Component {
<br />
<span className="fa fa-info-circle" />
{/* Need to strip out extra '"' characters in the marketingSiteBaseUrl prop or it tries to setup the href as a relative URL */}
<a className="pl-3" href={`${this.props.marketingSiteBaseUrl}/demographics`.replace(/"/g, "")}>
<a className="pl-3" target="_blank" rel="noopener" href={`${this.props.marketingSiteBaseUrl}/demographics`.replace(/"/g, "")}>
{gettext('Why does edX collect this information?')}
</a>
<br />