mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-18 09:00:30 -05:00
add microbit cards url
This commit is contained in:
parent
5d2b457436
commit
9e14f2a559
2 changed files with 3 additions and 2 deletions
|
@ -40,5 +40,6 @@
|
||||||
"microbit.imgAltDisplayH": "A micro:bit displaying an H.",
|
"microbit.imgAltDisplayH": "A micro:bit displaying an H.",
|
||||||
"microbit.imgAltHeartBeat" : "A Scratch project with a heart.",
|
"microbit.imgAltHeartBeat" : "A Scratch project with a heart.",
|
||||||
"microbit.imgAltTiltGuitar": "A Scratch project with a guitar.",
|
"microbit.imgAltTiltGuitar": "A Scratch project with a guitar.",
|
||||||
"microbit.imgAltOceanAdventure": "A Scratch project with a clown fish and a saxophone under water."
|
"microbit.imgAltOceanAdventure": "A Scratch project with a clown fish and a saxophone under water.",
|
||||||
|
"cards.microbit-cardsLink": "https://resources.scratch.mit.edu/www/cards/en/microbit-cards.pdf"
|
||||||
}
|
}
|
||||||
|
|
|
@ -289,7 +289,7 @@ class MicroBit extends ExtensionLanding {
|
||||||
<FormattedMessage id="microbit.cardsDescription" />
|
<FormattedMessage id="microbit.cardsDescription" />
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="/starter_projects">
|
<a href={this.props.intl.formatMessage({id: 'cards.microbit-cardsLink'})}>
|
||||||
<Button className="download-cards-button large">
|
<Button className="download-cards-button large">
|
||||||
<FormattedMessage id="general.downloadPDF" />
|
<FormattedMessage id="general.downloadPDF" />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in a new issue