Skip to content

Commit e3fe8c3

Browse files
committed
misc
1 parent e618683 commit e3fe8c3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

lib/algora_web/live/contract_live.ex

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,8 @@ defmodule AlgoraWeb.ContractLive do
267267
:if={@bounty.hours_per_week && @bounty.hours_per_week > 0}
268268
class="space-x-2"
269269
>
270-
<span>&bull;</span>
271-
<span>
272-
<.icon name="tabler-clock" class="h-4 w-4" />
273-
{@bounty.hours_per_week} hours per week
274-
</span>
270+
<.icon name="tabler-clock" class="h-4 w-4" />
271+
{@bounty.hours_per_week} hours per week
275272
</span>
276273
</div>
277274
</div>
@@ -287,7 +284,7 @@ defmodule AlgoraWeb.ContractLive do
287284
</span>
288285
</div>
289286
<.button :if={@can_create_bounty} phx-click="reward">
290-
Reward
287+
Pay
291288
</.button>
292289
</div>
293290
</div>
@@ -418,7 +415,7 @@ defmodule AlgoraWeb.ContractLive do
418415
419416
<.drawer :if={@current_user} show={@show_reward_modal} on_cancel="close_drawer">
420417
<.drawer_header>
421-
<.drawer_title>Reward Contract</.drawer_title>
418+
<.drawer_title>Pay Contract</.drawer_title>
422419
<.drawer_description>
423420
You can pay any amount at any time.
424421
</.drawer_description>

0 commit comments

Comments
 (0)