File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/server-components/Licenses Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ export default async function PoA({
1212 const getStats = ( ) => (
1313 < >
1414 < div className = "col gap-[5px]" >
15- < div className = "text-[15px] font-medium leading-none text-slate-500" > Remaining</ div >
15+ < div className = "text-[15px] font-medium leading-none text-slate-500" > Max Remaining</ div >
1616 < div className = "font-semibold leading-none" >
1717 { parseFloat ( Number ( formatUnits ( totalAssignedAmount - totalClaimedAmount , 18 ) ) . toFixed ( 2 ) ) . toLocaleString ( ) }
1818 </ div >
1919 </ div >
2020
2121 < div className = "col gap-[5px]" >
22- < div className = "text-[15px] font-medium leading-none text-slate-500" > Initial amount </ div >
22+ < div className = "text-[15px] font-medium leading-none text-slate-500" > Max Allocation </ div >
2323 < div className = "font-semibold leading-none" >
2424 { parseFloat ( Number ( formatUnits ( totalAssignedAmount ?? 0n , 18 ) ) . toFixed ( 2 ) ) . toLocaleString ( ) }
2525 </ div >
You can’t perform that action at this time.
0 commit comments