mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
Use new tab for PDF download button
This commit is contained in:
parent
80849fec65
commit
1f704a4d4d
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue