mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
edit copy/paste error
Thanks @chrisgarrity !
This commit is contained in:
parent
cbaab105f1
commit
c6cd701464
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ var TTTModal = React.createClass({
|
|||
</p>
|
||||
</div>
|
||||
<a
|
||||
href={this.props.tutorialLoc}
|
||||
href={this.props.activityLoc}
|
||||
className="button white mod-ttt-item"
|
||||
>
|
||||
<FormattedMessage id="ttt.download" />
|
||||
|
@ -96,7 +96,7 @@ var TTTModal = React.createClass({
|
|||
</p>
|
||||
</div>
|
||||
<a
|
||||
href={this.props.tutorialLoc}
|
||||
href={this.props.guideLoc}
|
||||
className="button white mod-ttt-item"
|
||||
>
|
||||
<FormattedMessage id="ttt.download" />
|
||||
|
|
Loading…
Reference in a new issue