Commit 828bf569 authored by picklesrus's avatar picklesrus

Add links!

parent c52b083c
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment