mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05: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">
|
||||
<a
|
||||
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" />
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue