Loan data

This commit is contained in:
CHIEFSOFT\ameye
2025-11-09 14:30:11 -05:00
parent 976c95b5fd
commit 090892b51e
+10 -10
View File
@@ -68,9 +68,9 @@ export default function OffersCom() {
<th scope="col" className="px-2 text-right">
Tenor
</th>
<th scope="col" className="px-2 text-right">
Action
</th>
{/*<th scope="col" className="px-2 text-right">*/}
{/* Action*/}
{/*</th>*/}
</tr>
</thead>
<tbody>
@@ -121,13 +121,13 @@ export default function OffersCom() {
<div className="font-normal text-gray-500">{item?.tenor}</div>
</div>
</td>
<td className="px-2 text-right">
<div className='flex items-center justify-end gap-3 md:gap-4'>
<div className='p-2 flex justify-center items-center text-slate-500 bg-white-body dark:text-white-body dark:bg-black-body rounded-md'>
<Icons name='eye' />
</div>
</div>
</td>
{/*<td className="px-2 text-right">*/}
{/* <div className='flex items-center justify-end gap-3 md:gap-4'>*/}
{/* <div className='p-2 flex justify-center items-center text-slate-500 bg-white-body dark:text-white-body dark:bg-black-body rounded-md'>*/}
{/* <Icons name='eye' />*/}
{/* </div>*/}
{/* </div>*/}
{/*</td>*/}
</tr>
))
: