mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-07-06 08:51:27 -04: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>
|
</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…
Add table
Add a link
Reference in a new issue