mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Format the project count
This commit is contained in:
parent
f76374b24e
commit
52c91e2c2e
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ module.exports = React.createClass({
|
|||
</div>
|
||||
<div className='description'>
|
||||
A creative learning community with
|
||||
<span className='project-count'> {this.props.projectCount} </span>
|
||||
<span className='project-count'> {this.props.projectCount.toLocaleString()} </span>
|
||||
projects shared
|
||||
</div>
|
||||
<div className='links'>
|
||||
|
|
Loading…
Reference in a new issue