mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Change 'View All' link in news component to redirect towards announcements. Resolves GH-280
This commit is contained in:
parent
fc59793aff
commit
66d9c390fe
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