Format the project count

This commit is contained in:
Ray Schamp 2015-09-09 22:30:53 -04:00
parent f76374b24e
commit 52c91e2c2e

View file

@ -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'>