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