mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Merge branch 'develop' of https://github.com/LLK/scratch-www into develop
This commit is contained in:
commit
2885b41315
2 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@ class Navigation extends React.Component {
|
|||
'message-count': true,
|
||||
'show': this.props.unreadMessageCount > 0
|
||||
})}
|
||||
>{this.props.unreadMessageCount}</span>
|
||||
>{this.props.unreadMessageCount} </span>
|
||||
<FormattedMessage id="general.messages" />
|
||||
</a>
|
||||
</li>,
|
||||
|
|
|
@ -466,7 +466,7 @@ const Terms = () => (
|
|||
<p>
|
||||
This document, together with all appendices, constitutes the entire Terms
|
||||
of Use and supersedes all previous agreements with the Scratch Team relating
|
||||
to the use of Scratch. Revision date: 4 March 2015.
|
||||
to the use of Scratch. Revision date: April 2016.
|
||||
</p>
|
||||
</section>
|
||||
<section id="appendix-a">
|
||||
|
|
Loading…
Reference in a new issue