add comma to 1000

This commit is contained in:
Quincy Larson
2015-12-08 14:35:25 -06:00
parent 025a1269eb
commit 0f51dcfdf4

View File

@ -86,7 +86,7 @@ export default contain(
onClick={ ()=> {
appActions.updateRoute('/jobs/new');
}}>
Post a job: $1000
Post a job: $1,000
</Button>
<div className='spacer' />
</Col>