Loan dialog wording tweak

This commit is contained in:
James Grugett 2022-08-28 23:51:43 -05:00
parent 4dad954820
commit 62e72b2091

View File

@ -34,11 +34,11 @@ export function LoansModal(props: {
</span>
<span className={'text-indigo-700'}> What is an example?</span>
<span className={'ml-2'}>
For example, if you bet M$1000 on "Will I become a millionare?", you
will get M$20 back tomorrow.
For example, if you bet M$1000 on "Will I become a millionare?"
today, you will get M$20 back tomorrow.
</span>
<span className={'ml-2'}>
Previous loans count against your total bet amount. So on the third
Previous loans count against your total bet amount. So on the next
day, you would get back 2% of M$(1000 - 20) = M$19.6.
</span>
</Col>