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