mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Add links!
This commit is contained in:
parent
c52b083c62
commit
828bf569b8
1 changed files with 5 additions and 1 deletions
|
@ -112,7 +112,11 @@ class Download extends React.Component {
|
||||||
<div className="downloads-container">
|
<div className="downloads-container">
|
||||||
<a
|
<a
|
||||||
className="download-button"
|
className="download-button"
|
||||||
href="https://beta.scratch.mit.edu/"
|
href={
|
||||||
|
this.state.OS === OS_ENUM.WINDOWS ?
|
||||||
|
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop%20Setup%201.0.0.exe' :
|
||||||
|
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-1.0.0.dmg'
|
||||||
|
}
|
||||||
>
|
>
|
||||||
<FormattedMessage id="download.downloadButton" />
|
<FormattedMessage id="download.downloadButton" />
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue