Increase the starting balance (#11)

This commit is contained in:
James Grugett 2021-12-21 13:52:27 -06:00 committed by GitHub
parent 9d438dc356
commit ff4550fe51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import {
signInWithPopup,
} from 'firebase/auth'
export const STARTING_BALANCE = 100
export const STARTING_BALANCE = 1000
export type User = {
id: string

View File

@ -102,7 +102,7 @@ function Contents() {
</li>
</ol>
<p>
You get M$ 100 just for signing up, so you can start betting
You get M$ 1,000 just for signing up, so you can start betting
immediately! When a market creator decides an outcome in your favor,
you&#39;ll win money from people who bet against you.
</p>