mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
href={this.props.tutorialLoc}
|
href={this.props.activityLoc}
|
||||||
className="button white mod-ttt-item"
|
className="button white mod-ttt-item"
|
||||||
>
|
>
|
||||||
<FormattedMessage id="ttt.download" />
|
<FormattedMessage id="ttt.download" />
|
||||||
|
@ -96,7 +96,7 @@ var TTTModal = React.createClass({
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
href={this.props.tutorialLoc}
|
href={this.props.guideLoc}
|
||||||
className="button white mod-ttt-item"
|
className="button white mod-ttt-item"
|
||||||
>
|
>
|
||||||
<FormattedMessage id="ttt.download" />
|
<FormattedMessage id="ttt.download" />
|
||||||
|
|
Loading…
Reference in a new issue