File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -418,9 +418,9 @@ defmodule AlgoraWeb.ContractLive do
418418
419419 < . drawer :if = { @ current_user } show = { @ show_reward_modal } on_cancel = "close_drawer " >
420420 < . drawer_header >
421- < . drawer_title > Reward Bounty </ . drawer_title >
421+ < . drawer_title > Reward Contract </ . drawer_title >
422422 < . drawer_description >
423- You can pay the full bounty now or start with a partial amount - it's up to you!
423+ You can pay any amount at any time.
424424 </ . drawer_description >
425425 </ . drawer_header >
426426 < . drawer_content class = "mt-4 " >
@@ -431,7 +431,7 @@ defmodule AlgoraWeb.ContractLive do
431431 < . card_header >
432432 < . card_title > Payment Details</ . card_title >
433433 </ . card_header >
434- < . card_content >
434+ < . card_content class = " pt-0 " >
435435 < div class = "space-y-4 " >
436436 < . input
437437 label = "Amount "
@@ -456,7 +456,7 @@ defmodule AlgoraWeb.ContractLive do
456456 < . card_header >
457457 < . card_title > Payment Summary</ . card_title >
458458 </ . card_header >
459- < . card_content >
459+ < . card_content class = " pt-0 " >
460460 < dl class = "space-y-4 " >
461461 <%= for line_item <- @ line_items do %>
462462 < div class = "flex justify-between " >
You can’t perform that action at this time.
0 commit comments