This commit is contained in:
James Grugett 2022-08-21 22:56:36 -05:00
parent 565b6d3a87
commit f705ccf703
2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,6 @@ import { TipTxn } from '../../common/txn'
import { Group, GROUP_CHAT_SLUG } from '../../common/group' import { Group, GROUP_CHAT_SLUG } from '../../common/group'
import { Challenge } from '../../common/challenge' import { Challenge } from '../../common/challenge'
import { richTextToString } from '../../common/util/parse' import { richTextToString } from '../../common/util/parse'
import { formatMoney } from '../../common/util/format'
const firestore = admin.firestore() const firestore = admin.firestore()
type user_to_reason_texts = { type user_to_reason_texts = {

View File

@ -21,8 +21,8 @@ export function LoansModal(props: {
Do I have to pay back a loan? Do I have to pay back a loan?
</span> </span>
<span className={'ml-2'}> <span className={'ml-2'}>
Yes, don't worry! You will automatically pay back loans when the market resolves Yes, don't worry! You will automatically pay back loans when the
or you sell your bet. market resolves or you sell your bet.
</span> </span>
<span className={'text-indigo-700'}> <span className={'text-indigo-700'}>
What is the purpose of loans? What is the purpose of loans?