Increase the starting balance

This commit is contained in:
jahooma 2021-12-21 11:31:07 -06:00
parent 998b01cde7
commit 8fdef3a867
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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&#39;ll win money from people who bet against you. you&#39;ll win money from people who bet against you.
</p> </p>