Skip to content

Commit 35a2c6b

Browse files
committed
update finalize contract steps
1 parent 92074da commit 35a2c6b

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

lib/algora_web/live/contract_live.ex

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -361,18 +361,20 @@ defmodule AlgoraWeb.ContractLive do
361361
<.card_content class="pt-0">
362362
<div class="flex flex-col xl:flex-row xl:justify-between gap-4">
363363
<ul class="space-y-2">
364-
<li class="flex items-center gap-2">
365-
<.icon name="tabler-circle-number-1" class="size-8 text-success-400" />
364+
<li class="flex items-center">
365+
<.icon name="tabler-circle-number-1 mr-2" class="size-8 text-success-400" />
366366
Authorize the payment to share the contract offer with {@contractor.name}
367367
</li>
368-
<li class="flex items-center gap-2">
369-
<.icon name="tabler-circle-number-2" class="size-8 text-success-400" />
370-
When {@contractor.name} accepts, you will be charged {Money.to_string!(
371-
@bounty.amount
372-
)} into escrow
368+
<li class="flex items-center">
369+
<.icon name="tabler-circle-number-2 mr-2" class="size-8 text-success-400" />
370+
When {@contractor.name} accepts, you will be charged
371+
<span class="font-semibold font-display px-1">
372+
{Money.to_string!(Money.mult!(@bounty.amount, Decimal.new("1.13")))}
373+
</span>
374+
into escrow
373375
</li>
374-
<li class="flex items-center gap-2">
375-
<.icon name="tabler-circle-number-3" class="size-8 text-success-400" />
376+
<li class="flex items-center">
377+
<.icon name="tabler-circle-number-3 mr-2" class="size-8 text-success-400" />
376378
At the end of the week, release or withhold the funds based on {@contractor.name}'s performance
377379
</li>
378380
</ul>

0 commit comments

Comments
 (0)