File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff 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 > •</ 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 >
You can’t perform that action at this time.
0 commit comments