mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Merge pull request #281 from thisandagain/bugfix/280
Change 'View All' link in news component to direct towards forums
This commit is contained in:
commit
9aaf7c4009
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ var News = React.createClass({
|
|||
className="news"
|
||||
title={formatMessage(defaultMessages.scratchNews)}
|
||||
moreTitle={formatMessage(defaultMessages.viewAll)}
|
||||
moreHref="/news">
|
||||
moreHref="/discuss/5/">
|
||||
|
||||
<ul>
|
||||
{this.props.items.map(function (item) {
|
||||
|
|
Loading…
Reference in a new issue