Increase the starting balance (#11)
This commit is contained in:
parent
9d438dc356
commit
ff4550fe51
|
@ -19,7 +19,7 @@ import {
|
|||
signInWithPopup,
|
||||
} from 'firebase/auth'
|
||||
|
||||
export const STARTING_BALANCE = 100
|
||||
export const STARTING_BALANCE = 1000
|
||||
|
||||
export type User = {
|
||||
id: string
|
||||
|
|
|
@ -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'll win money from people who bet against you.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user