Loan data
This commit is contained in:
@@ -68,9 +68,9 @@ export default function OffersCom() {
|
|||||||
<th scope="col" className="px-2 text-right">
|
<th scope="col" className="px-2 text-right">
|
||||||
Tenor
|
Tenor
|
||||||
</th>
|
</th>
|
||||||
<th scope="col" className="px-2 text-right">
|
{/*<th scope="col" className="px-2 text-right">*/}
|
||||||
Action
|
{/* Action*/}
|
||||||
</th>
|
{/*</th>*/}
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -121,13 +121,13 @@ export default function OffersCom() {
|
|||||||
<div className="font-normal text-gray-500">{item?.tenor}</div>
|
<div className="font-normal text-gray-500">{item?.tenor}</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td className="px-2 text-right">
|
{/*<td className="px-2 text-right">*/}
|
||||||
<div className='flex items-center justify-end gap-3 md:gap-4'>
|
{/* <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'>
|
{/* <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' />
|
{/* <Icons name='eye' />*/}
|
||||||
</div>
|
{/* </div>*/}
|
||||||
</div>
|
{/* </div>*/}
|
||||||
</td>
|
{/*</td>*/}
|
||||||
</tr>
|
</tr>
|
||||||
))
|
))
|
||||||
:
|
:
|
||||||
|
|||||||
Reference in New Issue
Block a user