Use new tab for PDF download button

This commit is contained in:
Paul Kaplan 2019-08-29 10:58:05 -04:00 committed by GitHub
parent 80849fec65
commit 1f704a4d4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -289,7 +289,14 @@ class MicroBit extends ExtensionLanding {
<FormattedMessage id="microbit.cardsDescription" />
</p>
<p>
<a href={this.props.intl.formatMessage({id: 'cards.microbit-cardsLink'})}>
<a
href={this.props.intl.formatMessage({
id: 'cards.microbit-cardsLink'
})}
rel="noopener noreferrer"
target="_blank"
>
>
<Button className="download-cards-button large">
<FormattedMessage id="general.downloadPDF" />
</Button>