mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
edit copy/paste error
Thanks @chrisgarrity !
This commit is contained in:
parent
95b6d6bd5c
commit
fa380a7148
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