mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -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>
|
||||||
<div className='description'>
|
<div className='description'>
|
||||||
A creative learning community with
|
A creative learning community with
|
||||||
<span className='project-count'> {this.props.projectCount} </span>
|
<span className='project-count'> {this.props.projectCount.toLocaleString()} </span>
|
||||||
projects shared
|
projects shared
|
||||||
</div>
|
</div>
|
||||||
<div className='links'>
|
<div className='links'>
|
||||||
|
|
Loading…
Reference in a new issue