update user count

This commit is contained in:
keyan 2023-02-04 17:31:18 -06:00
parent 36ddb25b46
commit 0a0f10b290
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function SignUpHeader () {
<h3 className='w-100 pb-2'>
Sign up
</h3>
<div className='font-weight-bold text-muted pb-4'>Join 9000+ bitcoiners and start stacking sats today</div>
<div className='font-weight-bold text-muted pb-4'>Join 10,000+ bitcoiners and start stacking sats today</div>
</>
)
}