mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Update navigation. Resolves GH-1262 (#1285)
This commit is contained in:
parent
74e315dc71
commit
124c8e36d7
2 changed files with 4 additions and 8 deletions
|
@ -202,9 +202,9 @@ var Navigation = React.createClass({
|
|||
<FormattedMessage id="general.explore" />
|
||||
</a>
|
||||
</li>
|
||||
<li className="link discuss">
|
||||
<a href="/discuss">
|
||||
<FormattedMessage id="general.discuss" />
|
||||
<li className="link tips">
|
||||
<a href="/tips">
|
||||
<FormattedMessage id="general.tips" />
|
||||
</a>
|
||||
</li>
|
||||
<li className="link about">
|
||||
|
@ -212,11 +212,6 @@ var Navigation = React.createClass({
|
|||
<FormattedMessage id="general.about" />
|
||||
</a>
|
||||
</li>
|
||||
<li className="link help">
|
||||
<a href="/help">
|
||||
<FormattedMessage id="general.help" />
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li className="search">
|
||||
<Form onSubmit={this.onSearchSubmit}>
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
"general.statistics": "Statistics",
|
||||
"general.studios": "Studios",
|
||||
"general.support": "Support",
|
||||
"general.tips": "Tips",
|
||||
"general.tipsWindow": "Tips Window",
|
||||
"general.termsOfUse": "Terms of Use",
|
||||
"general.username": "Username",
|
||||
|
|
Loading…
Reference in a new issue